Hello,
I am using Qt and MinGw under Windows. Which Debugger would you suggest ?
I tried gdb but I didn't really managed to use it (to complicate?) :confused:
Thanks in advance for your suggestions!
Daniel
Printable View
Hello,
I am using Qt and MinGw under Windows. Which Debugger would you suggest ?
I tried gdb but I didn't really managed to use it (to complicate?) :confused:
Thanks in advance for your suggestions!
Daniel
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 :Quote:
Originally Posted by Dwarf007
Code:
gdb program_to_debug run bt quit
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...:(
i used eclipse cdt as IDE on windows; it has a gui for gdb too (just like Dev-Cpp and Code::Blocks)
http://www.eclipse.org/cdt/
edit: and it event worked for me :D (i didn't try dev-cpp or code::blocks)
Eclipse would be really nice (notice the 'would') if it wasn't written in JAVA... Such a language choice implies big an slow applications, which can't be good for business, especially when your PC is 5 years old and your network connection limited to 56kb/second... :(
yep, thats true for sure, and its also the reason why i use now KDevelop (which has gdb very nice integraded btw)
niko
KDevelop with windows? using cygwin?Quote:
Originally Posted by niko
or do you speak about KDevelop under Linux in that case it does not answer my question
no, i'm working now on linux...
(and on windows i used eclipse - as allready said)
kdevelop4 probably will work on windows aswell...
Where did you heared that from?Quote:
Originally Posted by niko
I went on the kdevelop website and didn`t find any announcement like that
I didn't hear it for kdevelop, but kdelibs are allready ported to windows, and as qt4 is now gpl on win32 it should be possible.Quote:
Where did you heared that from?
for example the new build-system kde uses (cmake) was choosen because it works on win32 too.
so i'm pretty sure we will get kdevelop for windows in some time :D
(if this is a good thing or not is a different question...)
http://dot.kde.org/1151688350/
http://wiki.kde.org/tiki-index.php?p...Windows%20Port