forwardPausedEvents property
If false, no Debugger.paused events will be forwarded back to the client. This gets automatically set to true if a breakpoint is set by the client.
Implementation
bool forwardPausedEvents = false;
If false, no Debugger.paused events will be forwarded back to the client. This gets automatically set to true if a breakpoint is set by the client.
bool forwardPausedEvents = false;