rakudo-debugger
rakudo-debugger copied to clipboard
A debugger for Rakudo.
## Issue perl6-debug-m commonly shows a "Exception Thrown: Died" when debugging scripts that have no errors when running outside the debugger. So far I have noticed this happening in two...
I figured out you could run this with perl6 -M Debugger::UI::CommandLine But this yields this error ``` $ perl6 -M Debugger::UI::CommandLine ===SORRY!=== Dynamic variable $*DEBUG_HOOKS not found ``` (same with...
But there are a few more to come, so you might want to wait on this one.
Can we get the video in a format that is accessible to most please?
The following code runs OK, but freezes on the debugger: ```perl6 use v6; &say.wrap: sub (|c) { print ">>"; nextsame; }; say "x"; ```
it's really helpful to be able to easily look around the call stack. If adding true up/down is hard, adding a help item that explains how to sorta get something...
``` + htmlify.p6 (715 - 725) | | say 'Writing html/language.html ...'; | spurt 'html/language.html', p2h(pod-with-title( | 'Perl 6 Language Documentation', | pod-table($*DR.lookup('language', :by).sort(*.name).map({[ | pod-link(.name, .url), | .summary |...
``` > bt in any call_with_capture at gen/moar/m-Metamodel.nqp line 3865 in block at perl6/rakudobrew/moar-nom/install/share/perl6/sources/AAC61C0EC6F88780427830443A057030CAA33846 (experimental) line 10 in any enter at gen/moar/m-Metamodel.nqp line 3963 in sub p2h at htmlify.p6 line...
Sometimes you know (or think) a file will be loaded, and you want to breakpoint it or a line in it. You shouldn't have to wait for the file to...
It's fairly helpful to be able to see portions of loaded files...