QtCreator no debugger set up (Windows)

前端 未结 3 1226
耶瑟儿~
耶瑟儿~ 2020-12-17 16:17

I am trying to use Qt creator on Windows, and when I try to Start Debugging, it says \"No debbuger set up\". How do I configure it?

3条回答
  •  -上瘾入骨i
    2020-12-17 16:58

    Go to Extras -> Properties -> Compile & Run Section. See on tab Compiler if there is a compiler selected. If not select an compiler and set the corresponding debugger. Else you eventually have to manually add a compiler and locate your path to your debugger (MSVC and CDB for example).

提交回复
热议问题