Install Ebug_server On A Debian, Ubuntu And Raspbian

Install Ebug_server On A Debian, Ubuntu And Raspbian

ebug_server

simple, extensible Perl debugger

Install ebug_server

  • Debian apt-get install libdevel-ebug-perl Click to copy
  • Ubuntu apt-get install libdevel-ebug-perl Click to copy
  • Raspbian apt-get install libdevel-ebug-perl Click to copy

libdevel-ebug-perl

simple, extensible Perl debugger

Devel::ebug is a simple and extensible Perl debugger with a clean API. Using this module, you may easily write a Perl debugger to debug your programs. Alternatively, it comes with an interactive debugger, ebug. Perl's current debugger is currently 2,600 lines of magic and special cases. The code is nearly unreadable: fixing bugs and adding new features is fraught with difficulties. The debugger has no test suite which has caused breakage with changes that couldn't be properly tested. It will also not debug regexes. Devel::ebug is aimed at fixing these problems and delivering a replacement debugger which provides a well-tested simple programmatic interface to debugging programs. This makes it easier to build debuggers on top of Devel::ebug, be they console-, curses-, GUI- or Ajax-based.

Installation of latest ebug_server command is available for Debian, Ubuntu and Raspbian. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.