Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having hard time finding or setting up debugger on my pc (Ubuntu). I have tried vs code but the setting up process is really messed up(task and launch json files) and I am very beginner programmer so I am not able to setup the debugger. If someone could help me out setting up vs code for debugging cpp files i would be really obliged. Thanks

What I have tried:

I have tried searching the web but found nothing useful.
Posted
Updated 13-Feb-21 7:40am

 
Share this answer
 
If we assume that you are using the GCC (G++) compiler suite on your ubuntu system gdb would be the obvious choice.

Did you search on the internet looking with keywords as Ubuntu, C++ and debuggers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900