jnthn/rakudo-debugger

DEBUG_HOOKs not found

JJ opened this issue · 0 comments

JJ commented

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 any command). You might want to add the way of running it to the docs, too.