The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Devel-hdb Devel"

Devel::hdb - Perl debugger as a web page and REST service River stage one • 1 direct dependent • 2 total dependents

hdb is a Perl debugger that uses HTML and javascript to implement the GUI. This front-end talks to a REST service provided by the debugger running with the Perl code....

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::Client - Perl bindings for Devel::hdb's REST interface River stage one • 1 direct dependent • 2 total dependents

Talks to the REST interface of Devel::hdb to control the debugged program. It uses the same interface the HTML/GUI debugger uses, and has all the same capabilities....

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Eval - Evaluate data in the debugged program's context River stage one • 1 direct dependent • 2 total dependents

Registers routes for evaluating arbitrary Perl code and for inspecting variables in the debugged program. Routes POST /eval Evaluate a string of Perl code in the context of the debugged process. The code is evaluated in the content of the nearest sta...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Base - Base class for Devel::hdb Application route modules River stage one • 1 direct dependent • 2 total dependents

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Stack - Get information about the program stack River stage one • 1 direct dependent • 2 total dependents

Routes GET /stack GET /stack?exclude_sub_params=1 HEAD /stack Get a list of the current program stack. Does not include any stack frames within the debugger. The currently executing frame is the first element in the list. Returns a JSON-encoded array...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Config - Load and save debugger configuration River stage one • 1 direct dependent • 2 total dependents

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Assets - Handler for file assets River stage one • 1 direct dependent • 2 total dependents

Registers routes for GET request for /db/.* and /img/.* that serve up files located un the html subdirectory of Devel::hdb. The GET /debugger-gui route returns the file debugger.html....

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Action - Get and set line actions River stage one • 1 direct dependent • 2 total dependents

Line actions are perl code snippets run just before executable statements in the debugged program. The return value is ignored. These code snippets are run in the context of the debugged program, and can change the program's state, including lexical ...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Control - Control execution of the debugged program River stage one • 1 direct dependent • 2 total dependents

Registers routes for methods to control execution of the debugged program Routes GET /status Get status information about the debugged program. Returns 200 and a JSON-encoded hash in the body with these keys: running => True if the program is running...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Terminate - Terminate the debugged process River stage one • 1 direct dependent • 2 total dependents

Registers a route for POST /exit that terminates the debugged process, as well as the HTTP listener....

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::Breakpoint - Get and set breakpoints River stage one • 1 direct dependent • 2 total dependents

Breakpoints are perl code snippets run just before executable statements in the debugged program. If the code returns a true value, then the debugger will stop before that program statement is executed. These code snippets are run in the context of t...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::SourceFile - Get Perl source for the running program River stage one • 1 direct dependent • 2 total dependents

Registers routes for getting the Perl source code for files used by the debugged program. Routes GET /source Get a list of all the source code files loaded by the application. This list also contains the files used by the debugger, and the file-like ...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::WatchPoint - Get and set watchpoints River stage one • 1 direct dependent • 2 total dependents

Watchpoints are perl code snippets run just before executable statements in the debugged program. If the expression's value changes, then the debugger will stop before that program statement is executed, and the 'events' list of the next status repor...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::ProgramName - Get the name of the running program River stage one • 1 direct dependent • 2 total dependents

Registers a route used to get the name of the running program, $0 Routes GET /program_name Returns 200 and a JSON-encoded hash with one key: program_name => $0 when the program was started...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::PackageInfo - Get information about packages and subroutines River stage one • 1 direct dependent • 2 total dependents

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

Devel::hdb::App::AnnounceChild - Let the parent process know the URL of a child River stage one • 1 direct dependent • 2 total dependents

Registers a route to let a child process notify the parent process it is listening at a particular URL. Routes POST /announce_child?pid=<pid>&uri=<uri> This route requires two parameters: pid The process ID of the sending process uri The URL of the d...

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

lib/Devel/hdb/TraceFollow.pm River stage one • 1 direct dependent • 2 total dependents

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

lib/Devel/hdb/Router.pm River stage one • 1 direct dependent • 2 total dependents

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

lib/Devel/hdb/Utils.pm River stage one • 1 direct dependent • 2 total dependents

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC

lib/Devel/hdb/Server.pm River stage one • 1 direct dependent • 2 total dependents

BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC
21 results (0.075 seconds)