uci_debug {bigchess} | R Documentation |
Sending command debug for chess engine
Description
Sending command debug for chess engine. Info about debug command from http://wbec-ridderkerk.nl/html/UCIProtocol.html switch the debug mode of the engine on and off. In debug mode the engine should sent additional infos to the GUI, e.g. with the "info string" command, to help debugging, e.g. the commands that the engine has received etc. This mode should be switched off by default and this command can be sent any time, also when the engine is thinking.
Usage
uci_debug(engine, on = TRUE)
Arguments
engine |
engine object |
on |
boolean default TRUE |
Value
engine object
[Package bigchess version 1.9.1 Index]