I have a server application that contains a bug. Upon crashing due to this bug, a screen pops up saying “Oops!” and “The game crashed.” Until I click Ok, my server seems to continue running in a crashed state, which I do NOT want. I’d rather have it simply die while I work on this bug.
Is there any way to prevent the popup from showing, and simply letting the application crash?