How to Debug Lib
-
wrote on 6 Oct 2010, 22:50 last edited by
Hi All,
Some of you know how can i debug an external static lib done by me?
Thanks
-
wrote on 7 Oct 2010, 07:39 last edited by
How can a static library done by yourself be external?
-
wrote on 7 Oct 2010, 07:41 last edited by
Sorry I don't explain the scenario in right way...
I've created a Static Lib and i've usde it into my Project. Now I'd like to debug some code into my Lib.
This is the right scenario.
-
wrote on 7 Oct 2010, 07:54 last edited by
A static library becomes part of your executable, so just debug it normally. Where exactly is the problem?
PS: Of course you need to make sure to build both the static library and the rest of the application with debug symbols.
-
wrote on 7 Oct 2010, 07:55 last edited by
Build your static library with enabled debugging symbols, than build your application, and debug your application.
-
wrote on 7 Oct 2010, 16:06 last edited by
Thanks a lot.
-
wrote on 27 Oct 2011, 17:58 last edited by
Hi
I have the same problem with creator 3.2.1
So far after i updated my qt to newest version the whole thing sucksI have two projects
One is compiled as debug into library
Second one is using that library
Both are opened in creator
I can debug only one project at the time and i can not see source codes of my libraryAbove scenario worked with old creator i used but not with 3.2.1
-
wrote on 28 Oct 2011, 22:09 last edited by
Have you considered "filing a bug report":http://bugreports.qt.nokia.com/ ?
-
wrote on 30 Oct 2011, 10:20 last edited by
[quote author="bobekfpj" date="1319738311"]
I have the same problem with creator 3.2.1
So far after i updated my qt to newest version the whole thing sucks
[/quote]I assume you mean 2.3.1. If this is reproducible then please file a bug including exact instructions on how to trigger it including the platform and toolchain in use.