Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"breakOn is not defined" after the snippet is run during a breakpoint #23

Open
page200 opened this issue Jul 31, 2021 · 0 comments
Open

Comments

@page200
Copy link

page200 commented Jul 31, 2021

If, while the debugger is paused at a breakpoint, I decide to use breakOn() and run the snippet that defines it, then I get "breakOn is not defined" when I try to use it.

It seems that the first line should be

breakOn = function(obj, propertyName, mode, func) {

instead of

function breakOn(obj, propertyName, mode, func) {

See this thread and its old long version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant