PDA

View Full Version : qt+eclipse+gdb



alisami
7th August 2008, 14:51
hi,

i have been using qt with eclipse integration and mingw compiler on windows. i have some problems with the gdb debugger. during debugging, sometimes eclipse shuts itself down and the application keeps on running. i couldn't figure out the reason, since this sometimes happens when i add a break point or when i step over and sometimes when i step over a line of code.

is it a general case for eclipse/gdb debugger working on windows or am i doing something wrong?

thanks,
sami

lyuts
7th August 2008, 19:14
Did you copy win version of gdb into mingw's bin directory?

alisami
8th August 2008, 09:59
yes, for sure.