home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / perl / 7538 < prev    next >
Encoding:
Text File  |  1992-12-21  |  785 b   |  24 lines

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