What is 💻💻 Debugging 💻💻? How to do debugging in c++ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is 💻💻 Debugging 💻💻? How to do debugging in c++ ?

15th May 2018, 11:40 AM
Vipin Kumar Pandey
1 Answer
0
one more addition, you can combine GDB with any python or perl code. ( ex. you want to search in a string array in your C++ program for every word that start off with E, you can write a simple perl or python script and run it while your program is being deubgged. )
15th May 2018, 12:50 PM
Cain Eviatar
Cain Eviatar - avatar