Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 608
Bharathwaaj Avatar asked Aug 20 '10 10:08

Bharathwaaj


1 Answers

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

like image 88
Aaron Avatar answered Oct 27 '22 00:10

Aaron