Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trace Buddy
#1
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-...ump-search


As of today I've added new timing features so you can actually see how long functions are taking to run.
Reply