How to configure CDB in Qt Creator?

前端 未结 7 1718
故里飘歌
故里飘歌 2020-12-02 14:37

The question here is the same as mine but the solution there is not working for me. I am using QtCreator 2.4.1 on Windows 7. When i try to debug a simple hello world app the

7条回答
  •  再見小時候
    2020-12-02 14:58

    Took me some time to figure out this with Qt Creator 2.6.0 (on Windows 7), so here it is:

    • Tools, Options...
    • Build & Run, Kits tab, select "Desktop (default)" (under Manual)
    • Click the Manage button and select Edit on the right side of "Debugger:"
    • Engine: CDB, Binary: C:\Program Files\Debugging Tools for Windows (x64)\cdb.exe

提交回复
热议问题