Hi guys.

I have implement another [perl 
debugger](https://github.com/KES777/Devel-DebugHooks)
But it is a little more than just debugger. I want to supply hooks for 
[Debugger 
Internals](http://perldoc.perl.org/perldebguts.html#Debugger-Internals)

So interaction with debugger or implementing new command will be more easy. As 
example:
https://github.com/KES777/Devel-DebugHooks/blob/master/lib/Devel/DebugHooks/Terminal.pm
https://github.com/KES777/Devel-DebugHooks/blob/master/lib/Devel/DebugHooks/KillPrint.pm
https://github.com/KES777/Devel-DebugHooks/blob/master/t/lib/Devel/DbInteract.pm

Another name I suppose is Devel::DBHooks

Which name better to use?

Reply via email to