RemoteDebuggerType Enum
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.
Used by the Remote property.
public enum class RemoteDebuggerType
C++/CX
public enum class RemoteDebuggerType
enum RemoteDebuggerType
public enum RemoteDebuggerType
type RemoteDebuggerType =
Public Enum RemoteDebuggerType
- Inheritance
-
RemoteDebuggerType
Name | Value | Description |
---|---|---|
DbgRemote | 1 | Remote |
DbgRemoteTCPIP | 2 | Remote with no authentication. |
See Project Settings for a C++ Debug Configuration for more information.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |