Xcode cannot stop a running task

When starting a C ++ program in Xcode, a problem occurs. There is always a session talking Debug xxx, but this cannot be stopped. There are no problems with the code.

Some screenshots are here:

Image1

Image2

+4
source share
1 answer

I also had this problem, and I have a couple of things that might work. Please note that these are not bug fixes, but workarounds - they may not work in your case. However, I hope they ...

Try in sequential order ...

  • Click (top bar) → Product → Stop, although you may have tried this.

  • Click (top panel) → Product → Clear. This can stop the erroneous task.

  • Xcode . , "" .
  • , XCode ( + + ) .

, , , ( , , ). , ( ) → → .

+3

All Articles