Book description
Most Perl programmers know about the Perl debugger--the nifty little built-in utility that you can use to fully debug any programs that you write. Inside the interactive debugger environment, you're prompted for commands that let you examine your source code, set breakpoints, dump out function call stacks, change values of variables, and much more. It's so convenient that some programmers run it just to test out Perl constructs as they create a program. But although it's on their radar, not many Perl programmers take the time to master the debugger. That's where the Perl Debugger Pocket Reference comes in.This little book provides a quick and convenient path to mastery of the Perl debugger and its commands. Written by a core member of the Perl debugger development team, it's an ideal quick reference to debugger commands, as well as a detailed tutorial on how to get started. The Perl Debugger Pocket Reference provides complete coverage in a conveniently small package.Maybe you write code so clean you never have to look at it twice. Or perhaps you'd rather focus your energies on writing clean code, rather than learning about the debugger. But if you need to learn about the Perl debugger in a hurry, the Perl Debugger Pocket Reference is the book you'll want to have close by. And you can always keep a copy on hand to share with programmers who need it more than you do.O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new Perl Debugger Pocket Reference will get you back on the right track.
Table of contents
- Contents
-
Perl Debugger Pocket Reference
- What Is the Perl Debugger?
- Why Use the Debugger?
- Unfamiliar Territory
- About This Book
- Before You Debug
- A Debugger Tutorial
-
Debugger Commands
- Help and Quitting
- Examining Data (1/2)
- Examining Data (2/2)
- Listing Code and Searching (1/2)
- Listing Code and Searching (2/2)
- Motion (1/2)
- Motion (2/2)
- Actions, Breakpoints, and Watchpoints (1/3)
- Actions, Breakpoints, and Watchpoints (2/3)
- Actions, Breakpoints, and Watchpoints (3/3)
- Perl, Pre-Prompt, and Post-Prompt Commands
- Shell and Debugger Commands (1/2)
- Shell and Debugger Commands (2/2)
- Setting Options
- Debugger Variables
-
Debugging Options
- arrayDepth
- AutoTrace
- compactDump
- dieLevel
- DumpDBFiles
- dumpDepth
- dumpPackages
- DumpReused
- frame
- globPrint
- highbit
- inhibit_exit
- LineInfo
- maxTraceLen
- NonStop
- noTTY
- ornaments
- pager
- quote
- PrintRet
- recallCommand
- ReadLine
- RemotePort
- shellBang
- signalLevel
- tkRunning
- TTY
- undefPrint
- UsageOnly
- windowSize
- veryCompact
- warnLevel
- DB and Devel Namespaces
- References
- Quick Reference
- Index (1/2)
- Index (2/2)
Product information
- Title: Perl Debugger Pocket Reference
- Author(s):
- Release date: January 2004
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596528935
You might also like
book
Programmer Passport: Prolog
Constraint-based logic programming is the engine powering some of the most powerful algorithms in the world. …
book
Unicode Explained
Fundamentally, computers just deal with numbers. They store letters and other characters by assigning a number …
book
Learning GitHub Actions
Automate your software development processes with GitHub Actions, the continuous integration and continuous delivery platform that …
book
Learning TypeScript
TypeScript has conquered the world of JavaScript: it's one of the world's fastest growing and most …