-
Notifications
You must be signed in to change notification settings - Fork 13
IOTADebuggerServices150
Chua Chee Wee edited this page Oct 24, 2020
·
8 revisions
A description of IOTADebuggerServices150.
Up to Parent: IOTADebuggerServices120
| Method | Description |
|---|---|
| GetModuleBkptCount | Returns the number of Module Load breakpoints currently set |
| GetModuleBkpt | Returns the module name for the index'th Module Load breakpoint. |
| NewModuleBreakpoint | Creates a new Module load breakpoint. |
| RemoveModuleBreakpoint | Removes a Module Load breakpoint. |
| RemoveBreakpoint | Removes a breakpoint. |
| RegisterDebugVisualizer | Registers a debug visualizer. |
| UnregisterDebugVisualizer | Unregisters a previously registered debug visualizer. |
| ProcessDebugEvents | Tells the debugger to process debug events. This can be used form within a loop when waiting for a deferred evaluation to complete. |
| Property | Description |
|---|---|
| ModuleBkptCount | Gets the number of module breakpoints. |
| ModuleBkpts | Gets the name for the Index'th breakpoint. |