Using the Perl Debugger

Table of Contents

Launching Perl Programs
Launching Perl Programs in Run Mode
Re-launching a Perl Program
Creating Launch Configurations
Perl Local: Running a Perl Script on the Local Machine
Perl CGI: Run Perl Programs in a CGI Environment
Perl Remote: Debug a Perl Script on a Remote Machine
Breakpoints
Setting Breakpoints
Enabling or Disabling Breakpoints
Removing Breakpoints
Views in the Debug Perspective
Debug View
Variables View
Breakpoints View
Perl Expression View
Stepping Through the Execution of a Perl Program
Step Over
Step Into
Run to Return