little samie

Index    Next     Previous

A break point allows you to stop code execution and see what's happening right before that line of code is run.  You can see what your variables have been set to, what your data structures look like and you can also continue stepping through each line of code.

To set a beak point, click on the code's line number like this.

Notice that a a red line, representing a break point appears in the Perl IDE.

Index    Next    Previous

little samie