Japhering has asked for the wisdom of the Perl Monks concerning the following question:
Trying to debug some object oriented code with perl 5.8.8 (yes, I know it is behind, but the only thing available to the RackSpace install in question).
The docs say I should be able in the debugger do
b load /fully/qualified/path/to/file
Which should set a break point at the first executable line. It doesn't. So, I presuming that I've missed some small nuance that will make it work. Any one have any thoughts ?
Thanks
Mike
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: debugger with b load "file" (WFM)
by tye (Sage) on Apr 30, 2012 at 20:49 UTC | |
|
Re: debugger with b load "file"
by pemungkah (Priest) on Apr 30, 2012 at 23:24 UTC | |
|
Re: debugger with b load "file"
by Japhering (Initiate) on May 01, 2012 at 19:55 UTC | |
by tye (Sage) on May 01, 2012 at 20:37 UTC |