Ctrl+~
. You may enter the commands in the input line. After typing a command press Enter
to proceed. The console will display a result.help
– shows the help information about the console
clear
– clears the console
list
– shows in the console the list of all commands
list options
– lists all available debug options
toggle [on/off]
– enable or disable debug optionsON
(the option will be enabled) or OFF
(the option will be disabled), or nothing (the option will be toggled from ON
to OFF
or from OFF
to ON
).toggle debug_mode ON
GTA SA
, LCS
, VCS
games.$10
this option affects the way the variables look like after disassembling:CONSTANT_INDEXES
CONSTANT_INDEXES
script.img
or CLEO scripts). .scm
files without the header (similar to {$EXTERNAL}
directive).IGNORE_UNKNOWN
option is recommended.--debug
option provides an alternate way of switching the debug options. Run Sanny with the parameter --debug X
, where X
is a series of 0
and 1
. Each digit in the series corresponds to a particular debug option:1
enables the CODE_OFFSETS
option, the second 1
enables the IGNORE_UNKNOWN
mode. The remaining options are disabled.