home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!usc!news.cerf.net!netlabs!lwall
- From: lwall@netlabs.com (Larry Wall)
- Subject: Re: Can I put a breakpoint in with a text editor?
- Message-ID: <1992Dec16.200455.22721@netlabs.com>
- Sender: news@netlabs.com
- Nntp-Posting-Host: scalpel.netlabs.com
- Organization: NetLabs, Inc.
- References: <1992Dec15.093314.9995@r-node.gts.org>
- Date: Wed, 16 Dec 1992 20:04:55 GMT
- Lines: 11
-
- In article <1992Dec15.093314.9995@r-node.gts.org> mike@r-node.gts.org (Mike Stramba) writes:
- : I know I can do a 'c ###' to break at a line ### when in the debugger.
- :
- : Can I put a 'breakpoint' in while editing the source, then run the debugger
- : and have it break like the 'c ###' command?
-
- Try this:
-
- $DB'single = 1;
-
- Larry
-