# Pastebin 02SENFg9 ❯ rakudo-lldb-m -Ilib -Ibin/lib -e 'use todo-routes' ================================================================================================ This is Rakudo running in the debugger, which often allows the user to generate useful back- traces to debug or report issues in Rakudo, the MoarVM backend or the currently running code. This Rakudo version is 2024.09 built on MoarVM version 2024.09, running on macos (15.2) / darwin Type `bt full` to generate a backtrace if applicable, type `q` to quit or `help` for help. ------------------------------------------------------------------------------------------------ (lldb) target create "/Users/fernando/.rakubrew/versions/moar-2024.09/bin/rakudo-m" Current executable set to '/Users/fernando/.rakubrew/versions/moar-2024.09/bin/rakudo-m' (arm64). (lldb) settings set -- target.run-args "-Ilib" "-Ibin/lib" "-e" "use todo-routes" (lldb) run ===SORRY!=== Error while compiling -e X::Comp::BeginTime.new(use-case => "evaluating a BEGIN", exception => X::Comp::AdHoc.new(pos => Any, filename => Any, line => Any, directive-filename => Any, column => Any, modules => [], is-compile-time => Any, pre => Any, post => Any, highexpect => [], payload => "lang-call cannot invoke object of type 'VMNull' belonging to no language"), pos => Any, filename => "/Users/fernando/Cromponent/EVAL_86", line => 1, directive-filename => Any, column => Any, modules => [], is-compile-time => Bool::True, pre => Any, post => Any, highexpect => []) ===SORRY!=== Error while compiling /Users/fernando/Cromponent/EVAL_86 An exception X::Comp::AdHoc occurred while evaluating a BEGIN: lang-call cannot invoke object of type 'VMNull' belonging to no language at /Users/fernando/Cromponent/EVAL_86:1 Exception details: ===SORRY!=== Error while compiling lang-call cannot invoke object of type 'VMNull' belonging to no language at line at -e:1 Process 55416 exited with status = 1 (0x00000001) Process 55416 launched: '/Users/fernando/.rakubrew/versions/moar-2024.09/bin/rakudo-m' (arm64)