Hello,

I´m working with

Eclipse 3.3.2
QT C++ Eclipse Integration 1.4.0
Eclipse CDT 4.0.3
GNU gdb 6.6

and try to debug my QT App.

First of all, when starting to debug and switched to the debug view, the message
"No source available for main()" occurs with "View Diassembly..." option, and i wonder why.

I got all the QT debug libraries.

I´m able to toggle an breakpoint and jump to it.

But I´m a totally newbee to debugging and can´t find any HowTos.

All i need is to know, what happens when my programm goes out of an method, specially, when exit the paint()-function of an QGLWidget. By setting an breakpoint at the end of the paint()-func, jumping there and press step over, it shows (in the debug window beneath Thread[1]Supspended) 32 QGLClass::initializeGL(). But there i shoud have been already??

I don´t get debugging intuitively. Any HowTos are really welcome - Thanks a lot in advance