| Previous | Next
Using the DebuggerIf you have any compile time executable statements (code within a The debugger prompt is something like this: DB<8> or even this: DB<<17>> The number in angle brackets is the command number. A csh-like history mechanism lets you access previous commands by number. For example, If you want to enter a multiline command, such as a subroutine definition with several statements, you can use a backslash to escape the newline that would normally end the debugger command:
You can maintain limited control over the Perl debugger from within your Perl script. You might do this, for example, to set an automatic breakpoint at a certain subroutine whenever a particular program is run under the debugger. Setting Once you are in the debugger, you can terminate the session by entering |