Information about a Breakpoint created in setBreakpoints or setFunctionBreakpoints.

Fields

verified:Bool

If true breakpoint could be set (but not necessarily at the desired location).

@:optionaloptionalsource:Null<Source>

The source where the breakpoint is located.

@:optionaloptionaloffset:Null<Int>

An optional offset from the instruction reference. This can be negative.

@:optionaloptionalmessage:Null<String>

An optional message about the state of the breakpoint. This is shown to the user and can be used to explain why a breakpoint could not be verified.

@:optionaloptionalline:Null<Int>

The start line of the actual range covered by the breakpoint.

@:optionaloptionalinstructionReference:Null<String>

An optional memory reference to where the breakpoint is set.

@:optionaloptionalid:Null<Int>

An optional unique identifier for the breakpoint.

@:optionaloptionalendLine:Null<Int>

An optional end line of the actual range covered by the breakpoint.

@:optionaloptionalendColumn:Null<Int>

An optional end column of the actual range covered by the breakpoint. If no end line is given, then the end column is assumed to be in the start line.

@:optionaloptionalcolumn:Null<Int>

An optional start column of the actual range covered by the breakpoint.