Debugger prints lines to the remote port when it forks and openes a new port
authorJosh ben Jore <jjore@cpan.org>
Thu, 22 Jul 2010 16:42:00 +0000 (09:42 -0700)
committerJosh ben Jore <jjore@cpan.org>
Thu, 22 Jul 2010 16:42:17 +0000 (09:42 -0700)
lib/perl5db.pl

index 87310a6..809f80f 100644 (file)
@@ -6137,7 +6137,7 @@ sub connect_remoteport {
 }
 
 sub socket_get_fork_TTY {
-    $tty = $IN = $OUT = connect_remoteport();
+    $tty = $LINEINFO = $IN = $OUT = connect_remoteport();
 
     # Do I need to worry about setting $term?