DebuggerClient Events | 
The DebuggerClient type exposes the following members.
| Name | Description | |
|---|---|---|
| BreakpointResolved | 
            Fired when breakpoint is resolved to an actual script and location.
              | |
| Paused | 
            Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
              | |
| Resumed | 
            Fired when the virtual machine resumed execution.
              | |
| ScriptFailedToParse | 
            Fired when virtual machine fails to parse the script.
              | |
| ScriptParsed | 
            Fired when virtual machine parses script. This event is also fired for all known and uncollected
            scripts upon enabling debugger.
              |