How to disconnect qt creator from automatic build when trying to debug?
Currently, when the debug button is pressed, it automatically starts building. I want to disable this and just go to debugging.
Go to the "Tools / Options" section. Select "Projects", tab "General". Uncheck the box "Always build a project before starting."
This is not what you really want, as your source code may stop synchronizing with binary. That is why it is forced.