Information about a Breakpoint created in setBreakpoints or setFunctionBreakpoints.
Fields
optionalmessage: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.
optionalinstructionReference:Null<String>
An optional memory reference to where the breakpoint is set.
optionalendColumn: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.