Debugging Tips: Difference between revisions

From Thrive Developer Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
[[Category:Thrive]]
[[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)