26.04.2013, 11:53
(
Last edited by xeeZ; 26/04/2013 at 06:05 PM.
)
crashdetect 4.11 is released!
Changes since 4.10.2:
Changes since 4.10.2:
- Adds a second parameter to OnRuntimeError to suppress error message:
pawn Code:public OnRuntimeError(error_code, &bool:suppress_message); - Ignores AMX_ERR_SLEEP errors entirely (see Y_Less's post somewhere above)
- Respects automata and states (the "<X:y>" thing, used a lot in YSI) and displays curernt state in the stack trace
- Prints values of function arguments in hex when have no debug info (previous versions just omitted them)
- Fixes occasionally very long native backtrace on Windows
- Fixes missing symbol name in the top entry of native backtrace on Windows