-
Notifications
You must be signed in to change notification settings - Fork 20
New functionality supported by the Visual Studio Debug Adapter Host
Andrew Crawley edited this page Feb 1, 2018
·
2 revisions
Debug adapters hosted by Visual Studio can choose to support additional functionality that is not present in Visual Studio Code. In some cases, this functionality depends on additional CDP messages that are not included in the standard schema. Adapters using the vscode-debugadapter
NPM package can receive these requests by overriding the customRequest
method of the DebugSession
or LoggingDebugSession
class.
- Integration with the Visual Studio 'Modules' Window
- Integration with the Visual Studio 'Exception Settings' Window
- Debugger Properties
- Evaluation Timeouts
- Evaluation Arguments
- Editable 'Watch' Window Values
- Stack Trace and Value Formatting
- Source File Checksums
- Integration with the Visual Studio 'Script Documents' Tree
- Value Presentation Hints