Skip to content

New functionality supported by the Visual Studio Debug Adapter Host

Andrew Crawley edited this page Feb 1, 2018 · 2 revisions

New functionality supported by the Visual Studio Debug Adapter Host

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.