On Thu Oct 11 09:23:00 2018, whumann wrote:
Show quoted text> Yes, I don't get that error any more. Thanks a lot for the quick fix!
Cool. I'll get a new release out in the next couple of days.
Show quoted text> On the command line I get errors like:
> 'failed to deparse: Can't locate object method "pp_iter" via package
> "Devel::Chitin::OpTree"'
> when hitting a breakpoint, but I don't recognize any functional
> problems related to that.
There's a somewhat recently added feature where it'll try to highlite the next statement that would execute if you hit Step Over. To make that work, Devel::Chitin includes some functionality to deparse parts of the running program back into Perl code, and then it tries to match the deparse with what's on the current line of the program. If there's something unexpected in the deparsing, it'll print out a message like that, but it's not fatal.
Show quoted text> Want me to open another ticket for that?
I could make the deparser better if you'd make a new issue at
https://github.com/brummett/Devel-Chitin/issues with a concise, complete example that demonstrates the problem, along with the version of Perl you're using.
Show quoted text> Finally, I see functions for saving and loading configuration in
> Devel::hdb::Client. Are there ways to use these from the GUI? (or even
> have them executed in the background so that I restart with the same
> breakpoints etc. as before)
Yes, there's a thick divider between the code and watched-variable panes. If you click on the divider, the right side will change to show all the breakpoints. There are two icons at the top to load/save breakpoints.
Show quoted text> Thanks again for a useful module and really fast maintenance!
No problem. Thanks for helping make it better.