Hi, Thank you for your answer. Sadly, it's written "No watchers" and since I don't think I added any, it does not seem to be the cause of my problem.
Btw, I'm using : Qt Creator 1.2.0 Based on Qt 4.5.2 (32 bit) Built on Jul 2 2009 at 01:39:22 From revision 87fd5298c8 And when the program is starting this is written in the Application Output : Unable to restore previously selected frame. Unable to restore previously selected frame. Unable to restore previously selected frame. But I don't think it's related to that. Thank you, Regards, Maximilien 2009/7/22 Boy Lenssen <[email protected]>: > Do you have manually added watchers in a list? Delete these and see if > this changes something... > > -----Original Message----- > From: Maximilien Renard [mailto:[email protected]] > Sent: woensdag 22 juli 2009 13:37 > To: [email protected] > Subject: [Qt-creator] Slow debugging with Qt Creator > > Hi there, > > I'm having some trouble with the debugging mode that I haven't ever > noticed till today (but I didn't use the debugger for weeks). > > In my application, the first thing I have to do is opening a file. > Therefore I use the getOpenFileName dialog : > > void CWindow::OnOpenOBJFile() { > COpenGL3DView * CurOpenGL3DView = NULL; > > if(GetCurrentMainViewID() > -1) { > CurOpenGL3DView = > m_MainViews[GetCurrentMainViewID()]->GetOpenGL3DView(); > } > > qDebug() << "TEST"; > > QString FileName = QFileDialog::getOpenFileName(this, tr("Open > OBJ > File"), QDir::homePath(), tr("OBJ files (*.obj)")); > > if(!FileName.isNull()) { > .... > } > } > > TEST is displayed very quickly whereas the dialog takes about 6 > minutes to show up. > > What am I doing wrong ?? I've a very basic use of the debugger so (I > think) I didn't change any parameters. > > Thank you for your help, > > Best regards, > > Maximilien Renard > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
