in reply to Re^2: how to set a breakpoint by a code reference (workaround)
in thread how to set a breakpoint by a code reference

I think the config isn't found cause home dir is messed up on your win system.

Try checking with = if the alias was included.

Try including prints in .perldb to get a feedback when sourced.

Prepend the alias with a print to see when it fires, maybe you need to extend the regex.

IOW localize the problem! : )

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re^3: how to set a breakpoint by a code reference (win)

Replies are listed 'Best First'.
Re^4: how to set a breakpoint by a code reference (win)
by Matq (Initiate) on Nov 21, 2013 at 03:21 UTC

    Hi LanX

    As you have shown me the way. Let me try it myself.

    Thanks a lot.

    BR