ToolWindowGuids80.Breakpoints Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window provides a list of breakpoints in a solution.
public: System::String ^ Breakpoints;
std::wstring Breakpoints;
public const string Breakpoints;
val mutable Breakpoints : string
Public Const Breakpoints As String
Field Value
Remarks
The GUID
for this tool window is:
#define guidBreakpoints { 0xBE4D7042, 0xBA3F, 0x11D2, { 0x84, 0x0E, 0x00, 0xC0, 0x4F, 0x99, 0x02, 0xC1 } }
This tool window is typically available by selecting Breakpoints from the Windows submenu of the Debug menu. This tool window is available at any time and not just during debugging.