Hacker News new | ask | show | jobs
by marcosdumay 2600 days ago
There is nothing marvelous about the VS debugger (it even had bugs on basic functionality up to very recently). It just presents an simpler interface because you are launching it from an IDE, get a C++ IDE on Linux and it will be as easy to launch.

But if you are looking for marvelous debuggers, I do recommend you look at the Python ecosystem.

1 comments

Can you recommend specific python debuggers? I recently had to debug some py3 remotely and ended up using VS code, which worked but had some hiccups.