Usually when you select "build automatically", the IDE will build when you click the hammer icon, or right click on the project and click build, and then I can launch a debug session and go straight into the session.
However, when I build a project in KDS3.2.0 and then debug, it goes and builds the project AGAIN when I press the debug button.
Is there any way around this? Is it a known bug?
I don't want to select "disable auto-build" because then when I've gone and made a change to something at a point in the future, and go back into a debug session to check if it's fixed a software bug, it will look like the bug hasn't been fixed. What I want is to only build the project IF there have been changes OR the project is not built.