Hacker News new | ask | show | jobs
by pjmlp 33 days ago
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++.

1 comments

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