-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 18.0.0
-
None
-
a0bc7c7ea (master)
Steps to reproduce:
- Start Qt Creator
- Open Settings => Kits
- Go to any Kit, start editing its name
- Set a breakpoint in Process::runBlocking
- Edit the kit name
Expected:
- Process::runBlocking is not called
Actual
- Process::runBlocking is called