issues Search Results · repo:microsoft/vscode-debugadapter-node language:TypeScript
Filter by
196 results
(64 ms)196 results
inmicrosoft/vscode-debugadapter-node (press backspace or delete to remove)The following implementation:
https://github.com/microsoft/vscode-debugadapter-node/blob/1621133e71527d9d46438edb766eaf8e731b68f5/testSupport/src/protocolClient.ts#L69-L80
is not async itself and returns ...
bug
int19h
- 1
- Opened on Jul 1, 2024
- #307
I have set supportsConfigurationDoneRequest to true.
I see the Initialize Request from the client, and my DAP server responds. There are several BreakpointLocations requests
corresponding to the breakpoints ...
sdankel
- 8
- Opened on Dec 21, 2023
- #303
Not sure if this is the correct place to ask this question - but is it possible for the inline debug adapter to query
VSCode for state? For instance, can vscode be queried for information on what stack ...
theIDinside
- Opened on Nov 6, 2023
- #302
Writing cross-platform and web cabable extensions, one is unable to call DebugSession::setDebuggerPathFormat and rely on
the conversion methods for client and debugger path conversion.
Expected behavior ...
idavis
- Opened on Aug 16, 2023
- #298
_sequence in protocol.ts is only initialized in the start method, which appears to never be called by inline debuggers.
As a result, responses to reverse requests are never received and all reverse requests ...
FractalBoy
- Opened on May 28, 2023
- #291
LoggingDebugSession does not appear to ever create a log file (for trace:true launches) when running from vscode.
Running standalone under node, or vscode-electron-run-as-node works fine.
I first ran ...
justarandomgeek
- Opened on May 14, 2023
- #290
I ve been struggling significantly with getting the testsupport client to run my debugadapter, and in the process have
needed to attach a debugger to my debug adapter running under the testsupport client, ...
justarandomgeek
- 4
- Opened on Jan 17, 2023
- #286
My debug adapter is part of a multi-function tool, so it needs additional command line arguments to start in DAP mode,
but testsupport s DebugClient doesn t appear to have anywhere to pass these additional ...
feature-request
justarandomgeek
- 7
- Opened on Jan 13, 2023
- #285
We could emit union types/type maps to make type-safe consumers. For instance, there s currently no type system linkage
between requests and responses.
connor4312
- 1
- Opened on Jan 3, 2023
- #283
It seems like the pipe is not read until a request is sent from the editor. I m trying to get vscode to stop at a
breakpoint with the stopped event. The event is not read from the pipe, according to vscode.DebugAdapterTracker, ...
miskeletor
- 5
- Opened on Nov 17, 2022
- #279

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.