PDA

View Full Version : how to do interface for gdb



misiak
12th November 2006, 13:50
hello,

I'm doing graphical compiler to c++, and it will be very helpful to use gdb debugger in my application for direct debugguing. Could you, please, help me, how to send data from c++ code to gdb and then receive its information? Thanks for any help

misiak

jacek
12th November 2006, 15:23
Use QProcess. If you search the forum, you'll find some examples how to use it.

misiak
13th November 2006, 21:19
Thanks for help, I think that's exactly what I'm looking for ;)

misiak