uci_debug: Sending command debug for chess engine

Description Usage Arguments Value

View source: R/uci_debug.R

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

1
uci_debug(engine, on = TRUE)

Arguments

engine

engine object

on

boolean default TRUE

Value

engine object


bigchess documentation built on Aug. 5, 2020, 5:09 p.m.