CSharpEditor  1.1.2
A C# source code editor with syntax highlighting, intelligent code completion and real-time compilation error checking
CSharpEditor.BreakpointInfo Class Reference

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...
 

Detailed Description

A class to hold information about breakpoints.

Definition at line 35 of file BreakpointInfo.cs.

Property Documentation

◆ BreakpointSpan

TextSpan CSharpEditor.BreakpointInfo.BreakpointSpan
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.

◆ LocalVariables

Dictionary<string, object> CSharpEditor.BreakpointInfo.LocalVariables
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.


The documentation for this class was generated from the following file: