| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| From: | Andrew DeFaria <Andrew AT DeFaria DOT com> |
| Subject: | Unable to restart in Perl debugger |
| Date: | Thu, 22 Apr 2004 16:02:15 -0700 |
| Lines: | 33 |
| Message-ID: | <c69itk$2n3$1@sea.gmane.org> |
| Mime-Version: | 1.0 |
| X-Complaints-To: | usenet AT sea DOT gmane DOT org |
| X-Gmane-NNTP-Posting-Host: | 12.9.207.201 |
| User-Agent: | Mozilla Thunderbird 0.5 (Windows/20040207) |
I believe I asked this before but didn't hear any solutions. When
debugging in Perl often I need restart the debugger. However when I do
so I get:
Use `q' to quit or `R' to restart. `h q' for details.
DB<1> R
Warning: some settings and command-line options may be lost!
Daughter DB session started...
######### Forked, but do not know how to create a new TTY. #########
Since two debuggers fight for the same TTY, input is severely entangled.
I know how to switch the output to a different window in xterms
and OS/2 consoles only. For a manual switch, put the name of the
created TTY
in $DB::fork_TTY, or define a function DB::get_fork_TTY() returning this.
On UNIX-like systems one can get the name of a TTY for the given window
by typing tty, and disconnect the shell from TTY by sleep 1000000.
main::(reregister:17): my $windows = $ENV{OS} =~ /[Ww]indows/ ? "yes" :
"no";
[4080->4080] DB<0>
$ uname -a
CYGWIN_NT-5.0 C09-272-A 1.5.9(0.112/4/2) 2004-03-18 23:05 i686 unknown
unknown Cygwin
With Perl 5.8.2.
--
I played a blank tape on full volume. The mime who lived next door
complained. So I shot him with a gun with a silencer.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |