On Wednesday 12 May 2010 11:30:36 ext Rudenko Eugene wrote:
> Hello, I'm trying to debug on device.
> I configured all and application compiled and run on device well, but it not 
> stopped on any breakpoints.
> Qt-creator - 1.3.82 From revision 017ea83680
> MADDE  - TP2 0.6.14
> 
> I attached debugger output.

[Full output usually helps best]

> I found a couple of strange messages in it:
> 
>  =====================================
> dATTEMPT BREAKPOINT SYNC
> <257-break-insert "\"mainwindow.cpp\":33"
> <258-break-insert "\"main.cpp\":7"
> >&"No source file named mainwindow.cpp.\n"

This looks like you are trying to debug a binary that was not compiled
with -g.

Please check the "Compile Output" pane and verify it mentions -g on
the g++ command lines.

Andre'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to