PDA

View Full Version : How to debug in Qt?



babygal
20th May 2010, 04:39
How to debug in Qt? I find that I am not able to set breakpoints.Is there a way to set breakpoints?
Or are there other ways to debug ?

tbscope
20th May 2010, 04:47
What IDE are you using?
Do you have GDB installed?

babygal
20th May 2010, 06:30
What IDE are you using?
Do you have GDB installed?

I'm using Qt Creator.
What is GDB? I don't think I have it installed because it is not part of the Qt installation package I think.

squidge
20th May 2010, 08:04
GDB is part of the installation package.

wysota
20th May 2010, 17:02
How to debug in Qt? I find that I am not able to set breakpoints.Is there a way to set breakpoints?
Or are there other ways to debug ?

How are you trying to set breakpoints?