Hacker News new | ask | show | jobs
by aki237 33 days ago
Recently been using emacs' inbuilt debugger. Honestly it is nuts, how good it is.
1 comments

Now try to visually display all the threads being executed and the dependency graph who launched each thread.

https://learn.microsoft.com/en-us/visualstudio/debugger/usin...

Followed by doing some code change and hot reloading it into the debugging session.

https://learn.microsoft.com/en-us/visualstudio/debugger/edit...

While using binaries compiled in release build by default,

https://www.youtube.com/watch?v=YnbO140OXuI

All of it in C++.

Can it be done using standalone debuggers? I don't mind switching between a text editor and a debugger