You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you eval a single expression containing a #dbg tag then it gets instrumented as expected and you can use the debugger on it. But if instead of evaluating a single expression at a time you load the entire file the functions containing #dbg don't get instrumented.