AFAIK gdb is the only *free* debugger available under M$ Window$ (and any other OS BTW). It is not really complicated as long as you're delaing with simple task. The most common use of gdb is :Originally Posted by Dwarf007
Qt Code:
gdb program_to_debug run bt quitTo copy to clipboard, switch view to plain text mode
Alternatively you can use GUI that interfaces between gdb and you. Dev-Cpp and Code::Blocks has such features but they need the projects to be compiled with their projet files formats (which don't support Qt very well). If you someway managed to make Dev-Cpp or Code::Blocks debug your Qt app please let me know : all my attempts to use them for debugging have failed...![]()
Bookmarks