[Qt-interest] command line gdb usage under windows
Oliver Demetz
forenbeitraege at oliverdemetz.de
Fri Oct 30 16:32:50 CET 2009
Hi,
I am developing my qt-app under windows (using mingw 3.4.5 and eclipse).
Since if I use the Debug-Button in eclipe, my app terminates immediately
before showing any window, I want to test how to debug from the
commandline.
From linux I am used to type
>gdb
>file hs.exe
>run
and the app should pop up. But it does not, it just does nothing.
Any idea?
Remark: My app runs fine, if I do not start it from the debuger.
Regards,
Oliver
More information about the Qt-interest-old
mailing list