Quote:
Originally Posted by xeeZ
CrashDetect 4.14 is released!
- Added two server.cfg options:
- trace <flags> - enable tracing; flags is one or combination of the following (the order doesn't matter):
- n - trace native functions
- p - trace public functions
- f - trace normal functions
This means that pn will trace both public and native functions, and pfn will trace all.
- trace_filter <regexp> - filter the output of trace according to a (Perl-compatible) regexp. For example:
- trace_filter Player - only output functions whose name contains Player
- trace_filter playerid=0 - show functions whose playerid parameter is equal to 0
- Fixed issues with long scripts (the 65k problem)
- Fixed slightly incorrect instruction address in Runtime error 6 message when doing HALT
Download
|
Thanks Zeex for your hard work. This plugin has been immensely helpful in tracking down elusive crash bugs.