You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Mono: Use exit(status) instead of abort() in exception hook
(cherry picked from commit 8759c0e31a)
This commit is contained in:
committed by
Rémi Verschelde
parent
01b39be9e6
commit
852997e446
@@ -615,11 +615,6 @@ void debug_send_unhandled_exception_error(MonoException *p_exc) {
|
||||
}
|
||||
|
||||
void debug_unhandled_exception(MonoException *p_exc) {
|
||||
#ifdef DEBUG_ENABLED
|
||||
GDMonoUtils::debug_send_unhandled_exception_error(p_exc);
|
||||
if (ScriptDebugger::get_singleton())
|
||||
ScriptDebugger::get_singleton()->idle_poll();
|
||||
#endif
|
||||
GDMonoInternals::unhandled_exception(p_exc); // prints the exception as well
|
||||
GD_UNREACHABLE();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user