godot/modules/mono/mono_gd
Ignacio Etcheverry bff9627dc4 Mono: Some StackTrace to StackInfo[] fixes
- Sometimes `StackFrame.GetMethod()` returns null (e.g.: latest frame of a `MissingMethodException`). Still not sure what to do with that frame (maybe skip it), but at least it no longer fails.
- Skip `CSharpLanguage::debug_get_current_stack_info()` if an error is printed from `GDMonoUtils::update_corlib_cache()`.
- Fix crash when calling `GDMonoUtils::print_unhandled_exception(exc)` if there is no ScriptDebugger attached.
2018-01-12 19:31:15 +01:00
..
gd_mono.cpp Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
gd_mono.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_assembly.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_assembly.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_class.cpp Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
gd_mono_class.h Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
gd_mono_class_member.h Mono: Add properties support in scripts 2018-01-04 21:16:22 +01:00
gd_mono_field.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_field.h Fix build of GDMonoField 2018-01-06 11:06:05 +01:00
gd_mono_header.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_internals.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_internals.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_log.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_log.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_marshal.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_marshal.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_method.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_method.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gd_mono_property.cpp Mono: Add properties support in scripts 2018-01-04 21:16:22 +01:00
gd_mono_property.h Mono: Add properties support in scripts 2018-01-04 21:16:22 +01:00
gd_mono_utils.cpp Mono: Some StackTrace to StackInfo[] fixes 2018-01-12 19:31:15 +01:00
gd_mono_utils.h Mono: Some StackTrace to StackInfo[] fixes 2018-01-12 19:31:15 +01:00