perl plugin: Added "EnableDebugger" config option.
authorSebastian Harl <sh@tokkee.org>
Sun, 7 Oct 2007 21:50:30 +0000 (23:50 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 9 Oct 2007 16:03:43 +0000 (18:03 +0200)
commiteca5237ba1652a2517cabf47a355efb193cec5f9
tree766a6ea551a27a0c20323e580e0e8cc763d673d7
parent03f3b203fe0673c17259fb4230f56bf82cb81f6e
perl plugin: Added "EnableDebugger" config option.

This config option will pass control to the Perl debugger after the
interpreter has been initialized. This is exactly the same as invoking perl
with the "-d" command line switch.

Just as with perl's "-d" command line option you can supply an alternative
debugger. Pass the package name as an argument to the "EnableDebugger" option

See perldebug(1) for more details.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/perl.c