Hi, I'm a new user in Dev-C++. I found difficulties in using the GDB command prompt in Dev to debug. I know the GDB command in linux environment but could not run the program by GDB. Could anyone help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually you just need to compile the program with the debugging compile option -g3.
And start the program from debug/debug. The Breakpoints you set in the sourcecode, contextmenu, toggle Breakpoints...it's not difficult, even if you don't know gdb.
Do you want to enter GDB-commands on the command line? What do you want do do?
Patrick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm a new user in Dev-C++. I found difficulties in using the GDB command prompt in Dev to debug. I know the GDB command in linux environment but could not run the program by GDB. Could anyone help me?
Actually you just need to compile the program with the debugging compile option -g3.
And start the program from debug/debug. The Breakpoints you set in the sourcecode, contextmenu, toggle Breakpoints...it's not difficult, even if you don't know gdb.
Do you want to enter GDB-commands on the command line? What do you want do do?
Patrick
Hmmm Patrick, I posted on the other parallel thread....asked him what he wanted to do and what he had done etc...
Wayne