[Qt-interest] Eclipse integration debugging problem
Mihail Naydenov
mlists at ymail.com
Sun Jul 5 14:35:38 CEST 2009
May be you can provide more concrete examples of the problems?
I also use Qt+Eclipse and also have some problems (thought I have used it only on Win and can not compare the experience with Linux)
The major problem for me is that I cannot debug qt source itself, no matter what I try, and this is the only IDE in which this fails.
The anther problem is when debugging dlls, but that is an Eclipse specific problem (and has workarounds).
But in general making a new qt project (from template) should build and debug fine.
MihailNaydenov
P.S. Its not necessary to set up a sym link, the make-r can be set in eclipse.
Also IIRC step 6) is done automatically by qt-integration.
----- Original Message ----
From: Jochen Fuhrmann <jo_fu at gmx.net>
To: qt-interest at trolltech.com
Sent: Sunday, July 5, 2009 2:35:50 PM
Subject: [Qt-interest] Eclipse integration debugging problem
Hi,
I've been using Eclipse for Qt developement on my Linux machine for quite
some time, but now I had to switch to Windows and I'm experiencing some
Problems. Here is what I did so far:
1) downloaded and unpacked "Eclipse IDE for C/C++ Developers
2) downloaded and installed "Qt SDK" (including MinGW)
3) created symbolic link "make.exe" to "mingw32-make.exe" (so the compiler
can be used)
4) added the MinGW/bin folder to the system path
5) downloaded and installed "Qt Eclipse Integration"
6) added the Qt installation folder in Eclipse
So now everything works perfectly fine, except for the debugging. It seems
that the "Qt Eclipse Integration" doesn't configure the debugger. I found
some solutions for sub-problems like:
- adding the Qt folder to the system path
- only using the "gdb Debugger"
- remove the load shared libraries option
But it seems that those "workarounds" don't solve the actual problem (i.e.
provide full functionality), but help to get rid of some of the errors.
Can anyone tell me what is to be done after step 6). I guess this might
help alot of people who are currently using Eclipse/Qt on a Windows
machine.
Thanks alot in advance,
Jochen
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list