2015年2月9日 星期一

Qt5.4 Windows關於"no debugger set up"的問題

Qt5.4 Windows 關於 "no debugger set up"的問題


在 Qt 5 Creator 進行 Debug 動作.
發生 "no debugger set up" 訊息
會無法進行 Step by Step Debug

解決方法:
 因為不同的 Visual Studio, 好像問題都不同
 原則上, 一定是出現下面的問題
 原因不知為什麼, 只是做了下面的這些事, 就可以了.
 懶得花時間找出真正的原因

 - 本人是在 Win7x64 平台 + Visual Studio 2013
 - 請安裝 Windows SDK 7.1
  如果已安裝 Windows SDK 7.0, 也請重新安裝
  如果安裝失敗, 請看下面的網址
  簡單的說, 就是 Visual C++ 2010 Redistributable 的版本錯誤
 - 檢查 cdb.exe 是否存在
   一般是安裝於下面這目錄下
   C:\Program Files\Debugging Tools for Windows (x64)
 - 如果是 Visual Studio 2010 請更新到 2010 SP1
 - 請安裝 Visual Studio 2010 SP1 Redistributable package


相關資訊



- Download Windows SDK 7.1 ISO
http://www.microsoft.com/en-us/download/details.aspx?id=8442

-
  http://qt-project.org/wiki/Building-Qt-5-from-Git
  Supported Compilers on Windows

- Windows SDK installation failed on Windows 7 and shows the error below.
  http://qt-project.org/wiki/Cannot_Install_Windows_SDK






沒有留言:

張貼留言