Perl debugging
Hi, I have a few perl debugger questions. Help would be very
appreciated.
Is there any way to get the debugger to load certain settings
and breakpoints when it starts *in a given folder* or better yet *for a
given script*? I realize I could muck with my global ~/.perldb but I'd
prefer to have it specific to each project.
Is there any way for me to have the equivalent of the display command
in gdb where the debugger prints out the value of a variable before
every prompt?
Is there any way that I can tell the debugger to break at a certain
point in a different file than the one I start in? I.e.
DB<3> b foo.pm:23
Subroutine main::foo not found.
But actually working :-)
Thanks!
aizenman
.
Relevant Pages
- Re: Process.Start() in windows service on Windows Server 2003, problem
... What happens if you run ExtExp.exe under debugger? ... Change your Process.Start call to use these settings: ... > And I get no exceptions running it in remote debug mode. ... > I also made the extexp write to a log file the first thing it does.. ... (microsoft.public.platformsdk.security) - Re: Breakpoint on Operative system
... All the info you need to configure the device and download the ... Luca Calligaris ... Image is too large for current RAM and RAMIMAGE settings ... Build Options -> Enable kernel debugger. ... (microsoft.public.windowsce.platbuilder) - Re: Strange Debugger Problems
... > There are two ways to specify the engine: ... > if you try other settings?) ... > debug engine for the application when it is starting under debugger, ... > have this problem when attaching to it (if you choose "Native" in Attach to Process ... (microsoft.public.vc.debugger) - Working around a group policy
... There are probably messages posted already about how to override group ... scripts in Firefox, which has a nice debugger, and port them over. ... We also have a group policy in effect that hides the Advanced tab in ... Explorer/Disable changing Advanced page settings. ... (microsoft.public.windows.group_policy) - Re: Working around a group policy
... script debugger for everyone in Internet Explorer using an AD group ... scripts in Firefox, which has a nice debugger, and port them over. ... We also have a group policy in effect that hides the Advanced tab in ... Explorer/Disable changing Advanced page settings. ... (microsoft.public.windows.group_policy) |
|