[Qt-creator] Qt creator debugging
André Pönitz
andre.poenitz at nokia.com
Mon Mar 28 14:31:18 CEST 2011
On Monday 28 March 2011 14:08:21 Toka Veeranjaneyulu (Nokia-MS/Bangalore) wrote:
> Hi All,
Hi Toka.
> I am debugging an application source using Qt creator and not able to step into
> some of the functions though there are break points.
> Should I add source explicitly?
Depends on what you are doing and how you set breakpoints.
E.g. breakpoints by filename and linenumber (the "usual" ones) tend
to not work on a "Release" build. On function names, they might.
> If it so, could you please guide me how to do that?
First step for with debugger related issues is always to provide access to
a full session log, from the right pane of Windows->Views->Debugger Log.
You could use pastebin.com and send a link, or even log into the
#qt-creator channel on IRC (FreeNode) and mention it there.
Andre'
More information about the Qt-creator-old
mailing list