What I've done in the past is to do log-based debugging, where I open and
write to a log file directly in my DB::subs.

On Fri, Mar 25, 2016 at 3:12 AM, Eugen Konkov <kes-...@yandex.ru> wrote:

> Hi.
>
> I have write custom perl debugger and want to trace step-by-step the
> DB::DB and DB::sub subroutines (debug them). But in normal case this
> feature is disabled because of its nature. It is ok.
>
> Does anybody know switch to disable this feature so I can trace DB::* subs?
> The [DOC](http://perldoc.perl.org/perldebguts.html) just mention about
> `$^D  |= (1<<30)` but it seems does not work :(
>
>
>
> --
>  Eugen                          mailto:kes-...@yandex.ru
>
>

Reply via email to