Skip to content

Instantly share code, notes, and snippets.

@hakonhagland
Created October 13, 2023 09:14
Show Gist options
  • Save hakonhagland/856ebd59225b704f8de273f686911bac to your computer and use it in GitHub Desktop.
Save hakonhagland/856ebd59225b704f8de273f686911bac to your computer and use it in GitHub Desktop.
Debugging with Perl EPIC plugin in Eclipse

Eclipse with EPIC plugin on Linux (Ubuntu 22.04)

  • I created a Perl project "hello"

image

  • To set breakpoint, right-click on the numbers in left gutter and select "Toggle Breakpoint"

image

  • To debug, select "Run" menu, then "Debug" sub menu (or press F11):

image

  • To step to next line in debugger, click the "Step over" button:

image

  • To inspect the content of a variable, look at the variables tab to the right of the code editor:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment