0
What is 💻💻 Debugging 💻💻? How to do debugging in c++ ?
1 Réponse
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. )