Skip to content

Instantly share code, notes, and snippets.

@weizman
Created September 1, 2021 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weizman/55eef31ec71dd7c3ed00da2139b06538 to your computer and use it in GitHub Desktop.
Save weizman/55eef31ec71dd7c3ed00da2139b06538 to your computer and use it in GitHub Desktop.
function (info) {
alert(`
Function ${info.function_name} is being debugged!
It was called with the following arguments: ${JSON.stringify(info.function_arguments)}
First time it happened: ${info.first_timestamp}
Last time it happened: ${info.last_timestamp}
`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment