in reply to Re: Debugger Questions - Variable Scope
in thread Debugger Questions - Variable Scope

Some ideas to explore here. The YAPC talk referenced seems especially interesting for this problem and others.

1 Peter 4:10
  • Comment on Re^2: Debugger Questions - Variable Scope

Replies are listed 'Best First'.
Re^3: Debugger Questions - Variable Scope
by LanX (Saint) on May 16, 2014 at 16:09 UTC
    > The YAPC talk referenced seems especially interesting for this problem and others.

    hmm not really, I didn't try to mess with "watch".

    I'm personally using and testing my patched version for years now, and there are edge cases where it fails.

    The debugger really needs refactoring and modularization.

    For instance the command-loop spreads over hundreds and hundreds of lines with if-blocks on regex-conditions and interwoven POD as documentation, where order matters. Thats extremely hard to patch.

    Plus there doesn't seem to be any test suite. :(

    Cheers Rolf

    ( addicted to the Perl Programming Language)