C# Class VSNDK.DebugEngine.HandleBreakpoints

Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
HandleBreakpoints ( EventDispatcher ed ) : System

Constructor.

handle ( string ev ) : void

This method manages breakpoints events by classifying each of them by sub-type (e.g. breakpoint inserted, modified, etc.).

Method Details

HandleBreakpoints() public method

Constructor.
public HandleBreakpoints ( EventDispatcher ed ) : System
ed EventDispatcher This object manages debug events in the engine.
return System

handle() public method

This method manages breakpoints events by classifying each of them by sub-type (e.g. breakpoint inserted, modified, etc.).
public handle ( string ev ) : void
ev string String that contains the event description.
return void