Debugging Tips: Difference between revisions
Jump to navigation
Jump to search
Hhyyrylainen (talk | contribs) (Created page with "Category:Thrive Here are some tips for debugging thrive. == GDB == You can print the AngelScript callstack if you have selected a frame where "this" refers to an AngelSc...") |
Hhyyrylainen (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Programming]] | ||
Here are some tips for debugging thrive. | Here are some tips for debugging thrive. | ||
Latest revision as of 17:26, 15 September 2019
Here are some tips for debugging thrive.
GDB
You can print the AngelScript callstack if you have selected a frame where "this" refers to an AngelScript context:
p Leviathan::ScriptExecutor::PrintCallstack(this, *Leviathan::Logger::LatestLogger)