Method | Description | |
---|---|---|
Dispose ( ) : void | ||
NodeDebuggerSession ( string nodePath ) : System | ||
RunCommand ( string command ) : |
||
SelectThread ( long id ) : |
Method | Description | |
---|---|---|
OnAttachToProcess ( long processId ) : void | ||
OnContinue ( ) : void | ||
OnDetach ( ) : void | ||
OnEnableBreakEvent ( Mono.Debugging.Client.BreakEventInfo binfo, bool enable ) : void | ||
OnExit ( ) : void | ||
OnFinish ( ) : void | ||
OnGetProcesses ( ) : ProcessInfo[] | ||
OnGetThreadBacktrace ( long processId, long threadId ) : Mono.Debugging.Client.Backtrace | ||
OnGetThreads ( long processId ) : ThreadInfo[] | ||
OnInsertBreakEvent ( Mono.Debugging.Client.BreakEvent be ) : Mono.Debugging.Client.BreakEventInfo | ||
OnNextInstruction ( ) : void | ||
OnNextLine ( ) : void | ||
OnRemoveBreakEvent ( Mono.Debugging.Client.BreakEventInfo binfo ) : void | ||
OnRun ( Mono.Debugging.Client.DebuggerStartInfo startInfo ) : void | ||
OnSetActiveThread ( long processId, long threadId ) : void | ||
OnStepInstruction ( ) : void | ||
OnStepLine ( ) : void | ||
OnStop ( ) : void | ||
OnUpdateBreakEvent ( Mono.Debugging.Client.BreakEventInfo binfo ) : void |
Method | Description | |
---|---|---|
CheckBreakpoint ( string handle ) : bool | ||
CleanTempVariableObjects ( ) : void | ||
Escape ( string str ) : string | ||
GetThread ( long id ) : ThreadInfo | ||
HandleBreak ( DebuggerEvent obj ) : void | ||
HandleUncaughtException ( DebuggerEvent obj ) : void | ||
InternalResume ( bool resume ) : void | ||
InternalStop ( ) : bool | ||
NotifyBreakEventUpdate ( Mono.Debugging.Client.BreakEventInfo binfo, int hitCount, string lastTrace ) : void | ||
ProcessError ( string line ) : void | ||
RegisterTempVariableObject ( string var ) : void | ||
StartNodeDebugger ( string args ) : void | ||
UpdateHitCountData ( ) : void |
public NodeDebuggerSession ( string nodePath ) : System | ||
nodePath | string | |
return | System |
protected OnAttachToProcess ( long processId ) : void | ||
processId | long | |
return | void |
protected OnEnableBreakEvent ( Mono.Debugging.Client.BreakEventInfo binfo, bool enable ) : void | ||
binfo | Mono.Debugging.Client.BreakEventInfo | |
enable | bool | |
return | void |
protected OnGetThreadBacktrace ( long processId, long threadId ) : Mono.Debugging.Client.Backtrace | ||
processId | long | |
threadId | long | |
return | Mono.Debugging.Client.Backtrace |
protected OnGetThreads ( long processId ) : ThreadInfo[] | ||
processId | long | |
return | ThreadInfo[] |
protected OnInsertBreakEvent ( Mono.Debugging.Client.BreakEvent be ) : Mono.Debugging.Client.BreakEventInfo | ||
be | Mono.Debugging.Client.BreakEvent | |
return | Mono.Debugging.Client.BreakEventInfo |
protected OnRemoveBreakEvent ( Mono.Debugging.Client.BreakEventInfo binfo ) : void | ||
binfo | Mono.Debugging.Client.BreakEventInfo | |
return | void |
protected OnRun ( Mono.Debugging.Client.DebuggerStartInfo startInfo ) : void | ||
startInfo | Mono.Debugging.Client.DebuggerStartInfo | |
return | void |
protected OnSetActiveThread ( long processId, long threadId ) : void | ||
processId | long | |
threadId | long | |
return | void |
protected OnUpdateBreakEvent ( Mono.Debugging.Client.BreakEventInfo binfo ) : void | ||
binfo | Mono.Debugging.Client.BreakEventInfo | |
return | void |
public RunCommand ( string command ) : |
||
command | string | |
return |