in reply to Re^3: How edit source code in perl debug mode
in thread How edit source code in perl debug mode
The debugger has a very open interface, allows to define aliases or new commands.
The current filename and line number and code are also easily available.
See perldebug and perldebguts
It also supports piping to a "pager" app, which could be less, vi, nano or emacs, etc
So anything the OP was hinting at could be quite easily implemented.
I'm not doing to showcase it tho, because the motivation and requirements are more than fuzzy
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
---|