I'm using QtCreator.
My app loads a dll when it runs.The dll is built in debug mode,but it's not part of my project.
I set a breakpoint at where the dll's funciton is called.Then my app stops there,but if I step into,I can only see the disassemble.
I have the source code of the dll in other place.So how can I view the source code of the dll,and step through the source code?
Bookmarks