Term::GDBUI 0.84 review
DownloadTerm::GDBUI is a fully-featured shell-like command line environment. SYNOPSIS use Term::GDBUI; my $term = new Term::GDBUI(co
|
|
Term::GDBUI is a fully-featured shell-like command line environment.
SYNOPSIS
use Term::GDBUI;
my $term = new Term::GDBUI(commands => get_commands());
# (see below for the code to get_commands)
$term->run();
Term::GDBUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature you would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let GDBUI take care of the heavy lifting.
Requirements:
Perl
Term::GDBUI 0.84 keywords