[Qt-interest] NewBie: How to trace Segmentation Fault in Qt?
Chandru...
sekarwagmare at gmail.com
Mon Jul 20 07:38:11 CEST 2009
take a look at QDebug
which tool u want to debug ... if linux gdb ... then include "-g" in
Makefile and debug the code
using
gdb ./executable
On Mon, Jul 20, 2009 at 10:56 AM, Usman Ajmal <uzmanajmal at gmail.com> wrote:
> Hi,
>
> I don't have any experience of working with any debugger on Linux and Qt.
> That's because i am a begineer in these fields.
>
> Having said that, i am now facing a Segmentation Fault when i run my Qt
> application. Please suggest me ways to trace it, and an easy-to-learn to
> learn tutorial for debugging C++ code on linux while developoing a Qt app.
>
> Thanks a lot
>
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
--
WAGMARE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090720/2ed54dd1/attachment.html
More information about the Qt-interest-old
mailing list