diff options
Diffstat (limited to 'docs/USAGE.md')
| -rwxr-xr-x | docs/USAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 66e89a65..c22ce9d5 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -11,6 +11,11 @@ Controls the Verbosity level of the logs * 2: DEBUG : Details a lot of stuff (Example: relocations or functions called). * 3: DUMP : All DEBUG plus DUMP of all ELF Info. +#### BOX64_ROLLING_LOG +Show last few wrapped function call when a Signal is caught + * 0: No last function call printed (Default.) + * 1: Last few wrapped function call printed when a signal is printed. Incompatible with BOX64_LOG>1 (may need BOX64_SHOWSEGV=1 also) + #### BOX64_NOBANNER Disables Box64 printing its version and build * 0 : Enable printing its banner. (Default.) |