News

Start the GDB debugger by using the command: gdb lab1 To run the program in GDB, you can use the command run. This will run the whole program without any pause. Type run to execute the program. To get ...
Thx, the general debugging seams to be working this way, but without to option to use gdb prompt directly it is to circuitous for me. I checked this weekend around with geany for editing code and ...