Debugger Properties Fling OS

The Debugger type exposes the following members.

Properties

  Name Description
Public property Arguments
The current method's arguments.
Public property BreakAddress
The address of the last instruction executed before the break.
Public property CurrentASMLineLength
The length of the current ASM line.
Public property CurrentASMLineStartOffset
The offset from the start of the method ASM to the current ASM line
Public property CurrentCSLine
The current C# line info.
Public property CurrentCSMethod
The current C# method info.
Public property CurrentCSSymbol
The current C# method info.
Public property CurrentILOpInfo
The IL Op info for the current line assuming we are not in a plugged method.
Public property CurrentMethod
The current method determined from break address.
Public property CurrentMethodASM
The current method's ASM text.
Public property CurrentNearestLabels
The nearest labels to the break address.
Public property CurrentNearestMethodBasedLabel
The nearest label to the break address that is a method-based label e.g. "method_METHODID.IL_OPNUMBER_ASMNUMBER"
Public property CurrentNearestMethodLabel
The nearest label to the break address that is a method label e.g. "method_METHODID"
Public property LastILOpInfo
The last IL Op info that was found (if any).
Public property Locals
The current method's locals.
Public property Registers
The data of the registers when execution was broken.
Top
See Also