[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 1169 lines (37 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
and:: (0 methods):
with(as a leading C<;> or perhaps a C<+>, or by wrapping it with parenthesesor braces.=head2 Calling the debuggerThere are several ways to call the debugger:=over 4=item perl -d program_nameOn the given program identified by C<program_name>.=item perl -d -e 0 Interactively supply an arbitrary C<expression> using C<-e>.=item perl -d:Ptkdb program_nameDebug a given program via the C<Devel::Ptkdb> GUI.=item perl -dt threaded_program_nameDebug a given program using threads (experimental) X-Ref |
No description |
calls(each statement.=item rX<debugger command, r>Continue until the return from the current subroutine.Dump the return value if the C<PrintRet> option is set (default) X-Ref |
No description |
was(contexts respectively, and C<.> meaning void context (which isactually a sort of scalar context) X-Ref |
No description |
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |