Skip to content

Instantly share code, notes, and snippets.

View hakonhagland's full-sized avatar

Håkon Hægland hakonhagland

  • NORCE Research
  • Norway, Bergen
View GitHub Profile
➜ ~ cpan App::Lingua::BO::Wylie::Transliteration
Loading internal logger. Log::Log4perl recommended for better logging
CPAN.pm requires configuration, but most of it can be done automatically.
If you answer 'no' below, you will enter an interactive dialog for each
configuration option instead.
Would you like to configure as much as possible automatically? [yes]
Use of uninitialized value $what in concatenation (.) or string at /System/Library/Perl/5.30/App/Cpan.pm line 679, <STDIN> line 1.
@hakonhagland
hakonhagland / README.md
Created October 9, 2023 19:08
Debug perl in VS Code on Windows

Open Ubuntu 22.04 WSL terminal in Windows Console

  • Update and upgrade packages:
$ sudo apt-get update
$ sudo apt-get upgrade
  • Install build tools
@hakonhagland
hakonhagland / README.md
Created October 13, 2023 09:14
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):