http://qs1969.pair.com?node_id=570023


in reply to Using perl debugger with fork

I do the following (on linux):
DB<1> *DB::get_fork_TTY = sub { DB::xterm_get_fork_TTY() }
Somehow I've always had the niggling feeling I shouldn't have to do this, but it does make things work as expected and desired for me.