gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] simple GDB enhancement


From: Arend Bayer
Subject: Re: [gnugo-devel] simple GDB enhancement
Date: Sat, 9 Apr 2005 16:57:38 +0200 (CEST)


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]