On Mon, May 07, 2012 at 06:59:01PM -0700, Mohammad Mirzadeh wrote: > > If you manage to get a debugging solution on the command line up and > > running it should be possible to access it from Creator. > > I'm interested to see how you could do this. I often require to debug > MPI applications by attaching gdb to each separate MPI process. Can I > then somehow redirect them to Creator to benefit from visual > debugging?
Sure. Debug->Attach to Running Local Application, preferable with a project (dummy .pro generated by 'qmake -project' is enough) loaded. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
