How to Debug Lib
-
Hi All,
Some of you know how can i debug an external static lib done by me?
Thanks
-
How can a static library done by yourself be external?
-
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.
-
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.
-
Thanks a lot.
-
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
-
Have you considered "filing a bug report":http://bugreports.qt.nokia.com/ ?
-
[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.