4 ms·
In the past I always found Visual Studio to be a solid dev environment. This was for C++, where the debugger was unmatched by anything else. Things may have c
by CodeGlitch 5y ago
In the past I always found Visual Studio to be a solid dev environment. This was for C++, where the debugger was unmatched by anything else.
Things may have changed since then (8+ years ago)?
- lpcvoid 5y agoI use CLion on Ubuntu and it's an absolute joy to use. Debugger is absolutely on par with VS in my opinion - and if you are missing something, gdb is always avaliable within a terminal.