Debugging Perl : troubleshooting for programmers by Brown Martin C
Author:Brown, Martin C
Language: eng
Format: epub
Tags: Debugging in computer science, Perl (Computer program language)
Publisher: Berkeley, Calif. ; London : Osborne
Published: 2001-06-14T16:00:00+00:00
Chapter 10: The Perl Debuggers 213
Prints a stack backtrace, as determined by the caller function and the value of the current stack frame array. See the section "Debugger Interface" later in this chapter for some examples.
S
S EXPR
s
Executes only the next statement (single step), following subroutine calls if necessary. If EXPR is supplied, it then executes EXPR once, descending into subroutine calls as necessary. This process can be used to drop directly into a subroutine outside of the normal execution process.
n EXPR n
Single-steps the next statement, but steps over the subroutines instead of stepping into them. If EXPR is specified, any subroutines are stepped into.
Carriage Return
Repeats the last n or s command. C
C LINE c SUB
c
Continues execution (all statements) until the next configured breakpoint of the end of the script. If LINE or SUB is specified, then a breakpoint, active for one break only, is inserted before LINE or the subroutine SUB.
I
1
Lists the next page of lines for the current script from the current line. 1 MIN+INCR
Lists INCR+1 lines from the line specified by MIN. 1 MIN-MAX
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12568)
Hello! Python by Anthony Briggs(9912)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9795)
The Mikado Method by Ola Ellnestam Daniel Brolund(9777)
Dependency Injection in .NET by Mark Seemann(9336)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8293)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7760)
Grails in Action by Glen Smith Peter Ledbrook(7696)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7043)
Microservices with Go by Alexander Shuiskov(6808)
Practical Design Patterns for Java Developers by Miroslav Wengner(6720)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6660)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Angular Projects - Third Edition by Aristeidis Bampakos(6068)
The Art of Crafting User Stories by The Art of Crafting User Stories(5597)
NetSuite for Consultants - Second Edition by Peter Ries(5534)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5337)
Kotlin in Action by Dmitry Jemerov(5062)
