[Qt-creator] Setting Creator up for X-compiling to freescale
André Pönitz
andre.poenitz at mathematik.tu-chemnitz.de
Wed May 9 00:24:30 CEST 2012
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'
More information about the Qt-creator
mailing list