Table of Contents
The GTP shell is a window that allows to trace the stream of GTP commands and responses, which are sent to and received from the Go program. Also, it allows to enter any command and send it to the Go program.
It is not advisable to send GTP commands that alter the board state directly to the Go program, since it will cause the graphical board to be out of sync with the Go program. For standard GTP commands that alter the board state, GoGui will show a warning.
From the menu of the GTP shell window, it is possible to save
the GTP commands and responses, or only the commands to a file.
Note that the history of the GTP streams will be truncated,
depending on the values of gtpshell-history-min
and gtpshell-history-max
in the configuration
file ~/.gogui/config
.