[SailfishDevel] Debugging on emulator and/or device
Iosif Hamlatzis
i.hamlatzis at gmail.com
Wed Nov 2 13:23:52 UTC 2016
At last I've managed to make the IDE work for debugging both on the
emulator and on my device. All my breakpoints work BUT (there is always a
but) when it stops on a breakpoint it takes me to assembly and not my
actual code.
It's plain c++ code, no QML, in my makefile I have defined DEBUG & _DEBUG
and I don't use for the debug version the linker flag -s (for stripping).
Also again for debug version I have all warnings enabled and NO
optimizations
Does anyone know if there is a setting in the QtCreator IDE or any other
way so that I am not transferred into assembly but on the actual .cpp file
so I can check the code?
thnx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20161102/d10ad779/attachment.html>
More information about the Devel
mailing list