Метод | Описание | |
---|---|---|
CheckBreakpointHit ( Thread target, |
This method is called each time the breakpoint is hit. It returns true if the target should remain stopped and false if the breakpoint is to be ignored. The @target argument is *not* serializable and may not be used anywhere outside this handler. |
|
Remove ( Thread target ) : void | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Breakpoint ( EventType type, int index, string name, |
||
Breakpoint ( EventType type, string name, |
||
GetEventType ( HardwareWatchType type ) : EventType | ||
OnBreakpointBound ( ) : void | ||
OnBreakpointError ( string message ) : void | ||
OnResolveFailed ( ) : void |
Метод | Описание | |
---|---|---|
BreakpointHandler ( |
Internal breakpoint handler. The return value specifies whether we already dealt with the breakpoint; so you normally make it return `true' when overriding. |
|
Resolve ( Thread target, |
protected Breakpoint ( EventType type, int index, string name, |
||
type | EventType | |
index | int | |
name | string | |
group | ||
Результат | System |
protected Breakpoint ( EventType type, string name, |
||
type | EventType | |
name | string | |
group | ||
Результат | System |
public CheckBreakpointHit ( Thread target, |
||
target | Thread | |
address | ||
Результат | bool |
protected static GetEventType ( HardwareWatchType type ) : EventType | ||
type | HardwareWatchType | |
Результат | EventType |
protected OnBreakpointError ( string message ) : void | ||
message | string | |
Результат | void |