Čítať v angličtine

Zdieľať cez


dbgDebugMode Enum

Definition

The current state of the debugger within the development environment. dbgDebugMode is used by the CurrentMode property of the Debugger object.

C++/CX
public enum class dbgDebugMode
Inheritance
dbgDebugMode
Attributes

Fields

Name Value Description
dbgDesignMode 1

Design mode specifies changes in code editing.

dbgBreakMode 2

Break mode specifies that the debugger is running and has stopped at a break point.

dbgRunMode 3

Run mode specifies that the application being debugged is running.

Remarks

The debugger can be in either Design mode, Break mode, or Run mode.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022