Question: When my program panics it closes the emulator without first displaying a dialog box. It used to offer me the option of debugging the program - why doesn't it do this anymore?
Answer: Debugging has become disabled. You need to open regedit and look at: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Windows
And change the ErrorMode value from 2 to 0. This will switch debugging back on.