Simon Sobisch
Simon Sobisch
@WebFreak001 I'm honored and if you feel I'd fit that role: yes please add me. In any case can you please try to have a look at this one? It...
After some tests: for a `attach` configuration we'll get Disconnect + Disconnect and Suspend, as soon as we support both (but not if only one of those is added): ```ts...
The main issue is possibly the shared pane of the debugger and the terminal, ideally those would be separate...
Should we make an explicit note about this case in the user documentation (README.md) or should we close this directly?
Is this actually LLDB specific? Is this about using a separate console window instead of having all stdio done in the debugger console? If yes I totally second this request,...
I _think_ that issue is resolved, isn't it? If the answer is "no" please provide your launch configuration along with the expected and actual result.
I totally second that and would favor a PR. Just one thing to keep in mind: `extended-remote` may also "launch" a new process (you just need the executable and if...
Related (but outdated): #195 - I'd like to see a clean launch also for `extended-remote`, not sure if we really need more than one function on the debug implementation or...
@WebFreak001 Are you ok with changes here?
The main part of this issue is a design one. While possible changes here should possibly be moved to the _next_ version (#332 and at least inspecting #335 may come...