Re: Usage of the Debugger!!
What debugger do you have?
Re: Usage of the Debugger!!
Hi,
Thanks for the reply....
I am using QT 4.1.0 with MinGW open source version...
I do not have any linux debuggers installed..
For Windows i use VC++ and it has its own debugger...
I hope i have not missed on any information..
Thank you,
with regards,
Kapil
Re: Usage of the Debugger!!
You need a debugger, such as GDB. You'll probably not find it as user-friendly as Microsoft's integrated debugger though.
Re: Usage of the Debugger!!
Re: Usage of the Debugger!!
try Eclipse - it is very beatuful (and powerfull) IDE both for windows and linux, and it transparent integrates gdb debugger, so you can use debugger just like in VC++. however it has a few annoying bugs.
Re: Usage of the Debugger!!
Quote:
Originally Posted by shad
try
Eclipse - it is very beatuful (and powerfull) IDE both for windows and linux, and it transparent integrates gdb debugger, so you can use debugger just like in VC++. however it has a few annoying bugs.
Hi...
I would love to use Eclipse but can QT be integrated with Eclipse and if yes then how to do it.. Once i had tried but failed in doing the same...
I would be very thankful to you if you could tell me the same...
Kapil
Re: Usage of the Debugger!!
Hi,
Is it possible to use QT over Eclipse.. ie integration of QT & Eclipse like QT & VC++ or QT & Visual .net...
It would of real help to me..
Thank you,
Kapil
Re: Usage of the Debugger!!
no, the same integration as QT+VC++ is not possible, i.e. you won't be able to use qt designed inside eclipse. But auto-generation of make files from .pro will be available, and you will be able to use standalone QTDesigner and to create and edit .pro from eclipse text editor.
Re: Usage of the Debugger!!
Quote:
Originally Posted by shad
no, the same integration as QT+VC++ is not possible, i.e. you won't be able to use qt designed inside eclipse. But auto-generation of make files from .pro will be available, and you will be able to use standalone QTDesigner and to create and edit .pro from eclipse text editor.
hi,
so this means that compiling and executing of the code can be done via the ECLIPSE.. its just the design which would be made externally... Is it so????
Doubt is that will the exe be created using ECLIPSE and not MinGW (am using it currently)..
and auto generation of makefiles in ECLIPSE ???? i had used it once and then had to create is myself i.e. manually... how can this be achieved.. like do u have to set some parameters in the .pro file or what...
if you can provide me with some doc to help me out on this issue, it would be very helpful to me...
Kapil