forwardPausedEvents property

bool forwardPausedEvents
getter/setter pair

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;