简体   繁体   中英

Disable qt creator auto build when debug

How to disable qt creator from auto building when trying to debug?

Currently when debug button is clicked, it automatically starts build. I want to disable this and just proceed to debug.

Navigate to Tools/Options. Select Projects, General tab. Uncheck "Always build project before running".

That is not probably what you really want, since your source code may become out of sync with the binary. That is why this is enforced.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM