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