Simon Sobisch
Simon Sobisch
After some more debugging: I really think it would be good to at least reliable adjust breakpoints while running. I've tried to enable [GDB's non-stop mode](https://sourceware.org/gdb/onlinedocs/gdb/Non_002dStop-Mode.html#Non_002dStop-Mode) - but it seems...
[untildify](https://www.npmjs.com/package/untildify) is MIT-licensed as other dependencies (most important the vscode parts) are, so I assume this is fine. As noted in the issue it would be good to either support...
@LeszekSwirski that's an interesting issue - can you update the conflicting files and, if you still see it as a WIP mark it as draft?
Thank you @LeszekSwirski for the update, so it is now up to @WebFreak001 or others to take it up.
I see why this is interesting - but for most of the cases this isn't necessary: * you can use a single multiarch GDB (when using Windows for example the...
I totally see the point of this. To benefit from this approach: How would you tackle the "source code needs still be on the container" (as gdb is run there)...
> A developer, therefore, can easily invoke a command like `nc -l -p -c "gdb --interpreter=mi2"` inside a container and point the code-debug extension at that port. `man nc` [says](https://linux.die.net/man/1/nc)...
This issue is only about additional supporting `arguments` as `array`, and then concatenate those to the string, possible with quoting, correct? A secondary type is easy to implement, as seen...
Nearly finished piece of code for extension.ts, activate(): ```typescript // override VS Code's default implementation of the debug hover by using document object's word position // which uses the wordpattern...
This is only on the activation code of the debugger, if you use another debugger then this won't interfer. The EvaluatableExpressionProvider _is_ the improvement vscode added. As far as I...