godot/modules/mono/mono_gd
Ignacio Etcheverry c682410379 Mono/C#: Fix unhandled exception not being printed
For some reason `mono_unhandled_exception` is not
printing the exception as its comment claims.
Use `mono_print_unhandled_exception` instead.

(cherry picked from commit f87ae395ee)
2020-06-26 08:10:24 +02:00
..
support Mono/C#: Add iOS support 2020-04-14 18:03:10 +02:00
android_mono_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono.cpp Fixes building mono release templates 2020-06-04 12:09:40 +02:00
gd_mono.h Mono/C#: Add iOS support 2020-04-14 18:03:10 +02:00
gd_mono_assembly.cpp Mono/C#: Fix load hook not called for some assemblies on domain reload 2020-04-27 10:15:24 +02:00
gd_mono_assembly.h Mono/C#: Add iOS support 2020-04-14 18:03:10 +02:00
gd_mono_cache.cpp C#: Revert marshalling of IDictionary/IEnumerable implementing types 2020-04-23 15:36:01 +02:00
gd_mono_cache.h C#: Revert marshalling of IDictionary/IEnumerable implementing types 2020-04-23 15:36:01 +02:00
gd_mono_class.cpp Mono: Fix hot-reloading of nested classes 2020-05-11 11:01:13 +02:00
gd_mono_class.h Mono: Fix hot-reloading of nested classes 2020-05-11 11:01:13 +02:00
gd_mono_field.cpp C#: Revert marshalling of IDictionary/IEnumerable implementing types 2020-04-23 15:36:01 +02:00
gd_mono_field.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_header.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_internals.cpp Mono/C#: Fix unhandled exception not being printed 2020-06-26 08:10:24 +02:00
gd_mono_internals.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_log.cpp Mono/C#: Add iOS support 2020-04-14 18:03:10 +02:00
gd_mono_log.h Mono/C#: Add iOS support 2020-04-14 18:03:10 +02:00
gd_mono_marshal.cpp Revert "return boxed long when marshalling a godot int to mono runtime in dynamic contexts" 2020-06-22 08:35:21 +02:00
gd_mono_marshal.h C#: Revert marshalling of IDictionary/IEnumerable implementing types 2020-04-23 15:36:01 +02:00
gd_mono_method.cpp C#: Revert marshalling of IDictionary/IEnumerable implementing types 2020-04-23 15:36:01 +02:00
gd_mono_method.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_method_thunk.h Mono/C#: Add iOS support 2020-04-14 18:03:10 +02:00
gd_mono_property.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_property.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_utils.cpp C#: Revert marshalling of IDictionary/IEnumerable implementing types 2020-04-23 15:36:01 +02:00
gd_mono_utils.h C#: Revert marshalling of IDictionary/IEnumerable implementing types 2020-04-23 15:36:01 +02:00
i_mono_class_member.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
managed_type.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
managed_type.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00