Problem debugging in 64 bits
-
Hi all,
I compiled qt (4.7.2 shared) and qt creator (2.1.0) with Microsoft Windows SDK v7.1 64 bits using Windows 7. Everything works except the debugger. When I try to debug, the error "GetModuleByOffset failed: E_INVALIDARG" appears several times in the Debugger Log window and the application never stops in the breakpoint. I can pause the execution during debugging and see the stack without any debug information.
Does anybody know what could be the problem? Thanks!
Daniel
-
I'm new to Qt and this is just a guess:
There is an option in QtCreator - Tools > Options > Qt4 > Manual > {the desired Qt version} > Rebuild Debugging helpers.
-