Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
iAmNaN71316yTry NetBeans. Or Code::Blocks. They both integrate with GDB. VSC is an editor, not an IDE.
-
@iAmNaN VSCode is an extensible editor. Saying it can not be an IDE because of this plugin-nature would make Eclipse "just an editor".
-
Have you tried CLion ?
C/C++ IDE by Jetbrains. AFAIK all their tools come with a 30 day trial
Related Rants
C/C++ debugging with VSCode sucks ass.
How do I even debug stuff in forks while still debug my threads?
And yeah please just kill my program away, it's not like there happens some necessary housekeeping at exit or SIGINT. FML.
rant
multithreading
vscode
unix
c/c++
fork