Skip to content

IOTADebuggerServices150

Chua Chee Wee edited this page Oct 24, 2020 · 8 revisions

Description

A description of IOTADebuggerServices150.

Hierarchy

Up to Parent: IOTADebuggerServices120

Methods

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.

Properties

Property Description
ModuleBkptCount Gets the number of module breakpoints.
ModuleBkpts Gets the name for the Index'th breakpoint.
Clone this wiki locally