Conditional breakpoints are used to pause the debugger when specific events occur, such as when a variable equals a certain value, an exception occurs, or a function completes execution. This showcase uses a variable in the Perl sample program; on the Start Page, select Open Sample Project, then double-click perl_sample.pl in the Project Manager.
$sum
variable is equal to $11.75.
$sum
variable is equal to $11.75.