Re: debugger questions

2008-02-02 Thread Peter Scott
On Fri, 01 Feb 2008 08:54:24 -0800, Tom Phoenix wrote: > If you're trying to access a lexical variable, though, you'll need to stop > the debugger somewhere within the scope of that lexical in order to access > it by name. That's easy to do with a breakpoint. ObPedantic: You can get at higher scop

Re: debugger questions

2008-02-01 Thread Tom Phoenix
On Feb 1, 2008 8:04 AM, Cort Morgan <[EMAIL PROTECTED]> wrote: > Can anyone tell me is it possible to look at the current value > of a variable in a package method, if the package was included > in the main program with a use statement? Yes and kinda. If it's a package variable, yes; if it's a

debugger questions

2008-02-01 Thread Cort Morgan
Hi, Can anyone tell me is it possible to look at the current value of a variable in a package method, if the package was included in the main program with a use statement? I've read perldebug, perldebugtut, perldebguts, any web links I can find, and all no help (or I just don't understand