![]() |
Trace Buddy - Printable Version +- Blockland Fan Forums (https://forum.bcs.place) +-- Forum: Blockland Forums (https://forum.bcs.place/forumdisplay.php?fid=1) +--- Forum: Tools and Resources (https://forum.bcs.place/forumdisplay.php?fid=3) +--- Thread: Trace Buddy (/showthread.php?tid=22) |
Trace Buddy - Queuenard - 02-06-2025 https://gitlab.com/Queuenard/TraceBuddy Documentation; DLL is in releases folder This DLL adds a "trace2" function that dumps a custom (but extremely similar to regular trace) TorqueScript trace into a file if the program crashes* (see Linux caveat - this isn't reliable) or is requested to dump by script. The stock trace() function is really difficult in certain circumstances because it outputs to the console log which makes the server wait for massive amounts of file writes. A Python tool to read the trace log from a Windows memory dump has been released: https://notabug.org/Queuenard/blockland-memory-dump-search As of today I've added new timing features so you can actually see how long functions are taking to run. |