godot/modules/mono
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
..
doc_classes doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
editor Mono: Fix starting MonoDevelop process from the wrong appdomain 2018-01-12 19:19:20 +01:00
glue Mono: Some StackTrace to StackInfo[] fixes 2018-01-12 19:31:15 +01:00
mono_gd Mono: Some StackTrace to StackInfo[] fixes 2018-01-12 19:31:15 +01:00
utils Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
config.py doc: Make all module docs self-contained 2017-11-15 21:29:33 +01:00
csharp_script.cpp Mono: Some StackTrace to StackInfo[] fixes 2018-01-12 19:31:15 +01:00
csharp_script.h Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
godotsharp_defs.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_dirs.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_dirs.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_gc_handle.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_gc_handle.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_reg_utils.py Fix build with Python 3 on Windows 2017-10-29 19:27:12 +01:00
register_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Mono: Build in cloned env. 2017-12-12 16:20:34 +01:00
signal_awaiter_utils.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
signal_awaiter_utils.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00