So, I'm making a game in C++ using SDL, and I tried debugging the application (this means running the exe file of my game) and my visual basic stopped the debugging and acts like nothing happened, however my game is still open and I can't close it.
Here's what i've tried :
Pressing X button - Fail
Using the bar in the bottom of screen, right clicking application > Close - Fail
Using task manager to kill the process - Fail (nothing happens)
Using the "advanced" task manager to kill process - Access Denied
Using the "advanced" task manager to kill tree - Access Denied
Is there any other way to force quit an application when it's not responding without logging of / shutting down the pc? It gets kinda annoying shutting down my pc every time I debug which can be up to 100 times a day...
Here's what i've tried :
Pressing X button - Fail
Using the bar in the bottom of screen, right clicking application > Close - Fail
Using task manager to kill the process - Fail (nothing happens)
Using the "advanced" task manager to kill process - Access Denied
Using the "advanced" task manager to kill tree - Access Denied
Is there any other way to force quit an application when it's not responding without logging of / shutting down the pc? It gets kinda annoying shutting down my pc every time I debug which can be up to 100 times a day...