I accidently ran my project into an infinite loop, and I can't press the stop button or anything else.
How can I end my project???
Printable View
I accidently ran my project into an infinite loop, and I can't press the stop button or anything else.
How can I end my project???
Is it still running???
CTRL+ALT+DEL :D
try CTRL + BREAK First
If it is in the IDE, CTRL PAUSE/BREAK will get you out of it. :)
Steve
That will stop execution without ending the program.
Surprisingly yes, it's still running...
The problem is that if i'll do an ALT + CTRL + DEL all the project will be lost cause I didn't save it.
Is there another way???
Thanks,
the CTRL + Break worked...