Hello,
if I run my program in Xcode and my program returns the value of 1 in the main function or I call the exit(1) function anywhere in my code, the console displays this message:
Program exited with status value: 1. (gdb)
Here comes the but: If I try to run or build + run my program again, Xcode behaves as if my program were running - it shows the STOP EXECUTABLE dialog window asking me to terminate the program. Why?
if I run my program in Xcode and my program returns the value of 1 in the main function or I call the exit(1) function anywhere in my code, the console displays this message:
Program exited with status value: 1. (gdb)
Here comes the but: If I try to run or build + run my program again, Xcode behaves as if my program were running - it shows the STOP EXECUTABLE dialog window asking me to terminate the program. Why?