On Sat, 9 Apr 2005, Paul Pogonyshev wrote:
> What about this `.gdbinit' file that allows to print position
> in human-readable form with command like `pp pos'? Place it
> in `regression/' or from where you run GNU Go.
>
>
> define pp
> call (void) gprintf("%1m\n", $arg0)
> end
>
There is a .gdbinit file somewhere in the docs. It contains this:
# display the name of the move in ascii
define ascii
set gprintf("%o%1m\n",$arg0)
end
I actually don't know whether most of the other stuff in that file is up
to date, as I never use it.
Arend
_______________________________________________
gnugo-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnugo-devel