In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jeff Westman) writes: >Hi, > >I'm using perl version 5.6.1 for Unix (HPUX-11). I would like to be able to >retain my 'watches' and breakpoints in between debug sessions. Is there a >way to do this with the standard debug library that comes with perl?
Sorry, no. I agree it would be useful. The 'R' command allows you to restart debugging the same program with breakpoints (but not watchpoints) preserved, but I assume you wish to be able to exit and come back to the debugger later. The 'R' command works by storing that information in environment variables. You could hack it to save the information in a file as well, and look for that file on startup. -- Peter Scott http://www.perldebugged.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]