Property | Type | Description | |
---|---|---|---|
m_mre | |||
m_needsResumeAfterInterrupt | bool |
Method | Description | |
---|---|---|
HandleProcessExecution ( |
Constructor.
|
|
handle ( string ev ) : void |
This method manages events related to execution control by classifying each of them by sub-type (e.g. thread created, program interrupted, etc.).
|
|
onStepCompleted ( |
Update VS when a step action is completed in GDB.
|
Method | Description | |
---|---|---|
onInterrupt ( int threadID ) : void |
Update VS when the debugging process is interrupted in GDB.
|
public HandleProcessExecution ( |
||
ed | This object manages debug events in the engine. | |
return | System |
public handle ( string ev ) : void | ||
ev | string | String that contains the event description. |
return | void |
public static onStepCompleted ( |
||
eventDispatcher | This object manages debug events in the engine. | |
file | string | File name. |
line | uint | Line number. |
return | void |
public static ManualResetEvent,System.Threading m_mre | ||
return |