- I created a Perl project "hello"
- To set breakpoint, right-click on the numbers in left gutter and select "Toggle Breakpoint"
- To debug, select "Run" menu, then "Debug" sub menu (or press F11):
- To step to next line in debugger, click the "Step over" button:
- To inspect the content of a variable, look at the variables tab to the right of the code editor: