Julian
Julian
There is a simple C++ program that I used to test. In fact I asked ChatGPT to directly translate https://github.com/WebFreak001/code-debug/pull/133#issuecomment-367473724 to C++ as the D code seemed less stable to...
There are still some problems in the combination of threads and processes because the threadId is common among threads and processes. I'm looking for a solution.
Added initial support for child processes viewer. Worked on auto-discovery of processes and subsequently for each a new 'inferior debug session' is started, necessary for VSCode to create the window...
Thanks for the feedback. Right now the PR is still a WIP, since the scope increased because I went down the rabbit hole of starting multiple debug sessions. I have...
Nevertheless, I have relatively little experience in Node.js and TypeScript so I will welcome feedback on style en conventions. Also I also had to add some features in the VSCode...
I think I have gotten to the point that it works relatively stable. Let's see if I can test drive this in the coming days 😄