On Mon, 3 Jun 2002, Aaron Bannert wrote: > Cliff is always mentioning something like t/TEST -d gdb or something > like that. Won't that run in -X mode automatically?
Yeah, that works quite well. Have two consoles open, run t/TEST -d gdb in one of them (which automatically runs in -X mode and attaches to the correct pid, as long as you're running prefork that is). In the other, just do t/TEST -run or telnet localhost 8529 or whatever. --Cliff