# Pastebin 4WeKBmPm ❯ 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 59527 exited with status = 1 (0x00000001) Process 59527 launched: '/Users/fernando/.rakubrew/versions/moar-2024.09/bin/rakudo-m' (arm64) (lldb) bt all error: Command requires a process which is currently stopped. (lldb) r Process 59534 launched: '/Users/fernando/.rakubrew/versions/moar-2024.09/bin/rakudo-m' (arm64) ===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 59534 exited with status = 1 (0x00000001) (lldb) break 'disp/boot.c:326' error: command 'breakpoint' did not recognize 'disp /boot.c:326' as valid (subcommand might be invalid). (lldb) break set --file disp/boot.c --line 326 Breakpoint 1: no locations (pending). WARNING: Unable to resolve breakpoint to any actual locations. (lldb) bt all error: Command requires a process which is currently stopped. (lldb)