CSharpEditor
1.1.2
A C# source code editor with syntax highlighting, intelligent code completion and real-time compilation error checking
|
A class to hold information about breakpoints. More...
Properties | |
TextSpan | BreakpointSpan [get] |
The location in the source code of the breakpoint, including any prepended or appended source code. More... | |
Dictionary< string, object > | LocalVariables [get] |
A dictionary containing the names and values of the local variables in scope at the breakpoint. More... | |
A class to hold information about breakpoints.
Definition at line 35 of file BreakpointInfo.cs.
|
get |
The location in the source code of the breakpoint, including any prepended or appended source code.
Definition at line 40 of file BreakpointInfo.cs.
|
get |
A dictionary containing the names and values of the local variables in scope at the breakpoint.
Definition at line 45 of file BreakpointInfo.cs.