18.08.2014, 21:15
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
- 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
- trace <flags> - enable tracing; flags is one or combination of the following (the order doesn't matter):
- Fixed issues with long scripts (the 65k problem)
- Fixed slightly incorrect instruction address in Runtime error 6 message when doing HALT