godot/modules/mono/mono_gd
Ignacio Etcheverry 513cc78f85 Mono: Add option to keep running after unhandled exceptions
By default, an unhandled exception will cause the application to be terminated; but the project setting `mono/unhandled_exception_policy` was added to change this behaviour.
The editor is hard-coded to never terminate because of unhandled exceptions, as that would make writing editor plugins a painful task, and we cannot kill the editor because of a mistake in a thirdparty plugin.
2019-07-24 23:19:15 +02:00
..
gd_mono.cpp Mono: Add option to keep running after unhandled exceptions 2019-07-24 23:19:15 +02:00
gd_mono.h Mono: Add option to keep running after unhandled exceptions 2019-07-24 23:19:15 +02:00
gd_mono_assembly.cpp Fix export templates ignoring assemblies in 'res://.mono/assemblies' 2019-07-09 16:49:02 +02:00
gd_mono_assembly.h Android build and export for the mono module 2019-06-03 17:09:24 +02:00
gd_mono_class.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
gd_mono_class.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
gd_mono_field.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
gd_mono_field.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
gd_mono_header.h C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
gd_mono_internals.cpp Mono: Add option to keep running after unhandled exceptions 2019-07-24 23:19:15 +02:00
gd_mono_internals.h Mono: Add option to keep running after unhandled exceptions 2019-07-24 23:19:15 +02:00
gd_mono_log.cpp C# bindings generator cleanup 2019-04-25 20:34:28 +02:00
gd_mono_log.h Mono: Logging improvements 2019-04-17 23:03:32 +02:00
gd_mono_marshal.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
gd_mono_marshal.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
gd_mono_method.cpp Android build and export for the mono module 2019-06-03 17:09:24 +02:00
gd_mono_method.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
gd_mono_property.cpp Android build and export for the mono module 2019-06-03 17:09:24 +02:00
gd_mono_property.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
gd_mono_utils.cpp Mono: Add option to keep running after unhandled exceptions 2019-07-24 23:19:15 +02:00
gd_mono_utils.h Mono: Add option to keep running after unhandled exceptions 2019-07-24 23:19:15 +02:00
i_mono_class_member.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
managed_type.cpp C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00
managed_type.h C#: Support type hints for exported Arrays 2019-04-06 12:14:43 +02:00