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
Synchronize the values of breakpoints_is_active_before and exception_breakpoint_before with breakpoints_is_active and exception_breakpoint, instead of assigning them only when receiving Debugger.skipAllPauses messages with the skip parameter set to true. Otherwise, if only Debugger.skipAllPauses messages with the skip parameter set to false are received, it will cause a state error.
0 commit comments