On Tue, May 08, 2012 at 12:39:30PM -0700, Mohammad Mirzadeh wrote: > > Attach to Local Process? You can have several debugging sessions (see > Snapshots view) > > Yes. On a local machine. Usually number of processes for debugging is below 4 > so its manageable. > > > Sure. Debug->Attach to Running Local Application, preferable with a > > project (dummy .pro generated by 'qmake -project' is enough) loaded. > > Wow cool. will try. What is the .pro needed for? I actually have one > since I do the coding in Creator already.
For anything that involves the source code. Like line-wise stepping, setting of breakpoints by file and line, run to line, jump to line etc. There is a bit of documentation at http://doc-snapshot.qt-project.org/qtcreator-master/creator-debugger-operating-modes.html Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
