Method | Description | |
---|---|---|
HandleBreakpoints ( |
Constructor.
|
|
handle ( string ev ) : void |
This method manages breakpoints events by classifying each of them by sub-type (e.g. breakpoint inserted, modified, etc.).
|
public HandleBreakpoints ( |
||
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 |