Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.5.1
-
None
-
Windows;msvc2010 Tool-Chain;Cdb
Description
The only downloadable binary of Qt Creator is 32bit.
A 32bit process cannot use DebugBreakProcess() on a 64bit process. As a result qtc cannot trigger a break point in debugee (aka you can't pause execution).
I compiled Qtc to 64bit and it was able to pause execution.
Solution is to separate qtc 32 an 64 bit binaries on the Qt download page.