# Pastebin bXKol7Bf (lldb) settings set target.process.follow-fork-mode child (lldb) b list Breakpoint 2: no locations (pending). WARNING: Unable to resolve breakpoint to any actual locations. (lldb) b disp/boot.c:326 Breakpoint 3: where = libmoar.dylib`lang_call + 396 at boot.c:326:13, address = 0x0000000100878f54 (lldb) b list Breakpoint 4: no locations (pending). WARNING: Unable to resolve breakpoint to any actual locations. (lldb) breakpoint list Current breakpoints: 1: file = 'disp/boot.c', line = 326, exact_match = 0, locations = 1, resolved = 1, hit count = 0 1.1: where = libmoar.dylib`lang_call + 396 at boot.c:326:13, address = 0x0000000100878f54, resolved, hit count = 0 2: name = 'list', locations = 0 (pending) 3: file = 'disp/boot.c', line = 326, exact_match = 0, locations = 1, resolved = 1, hit count = 0 3.1: where = libmoar.dylib`lang_call + 396 at boot.c:326:13, address = 0x0000000100878f54, resolved, hit count = 0 4: name = 'list', locations = 0 (pending) (lldb) r There is a running process, kill it and restart?: [Y/n] y Process 92721 exited with status = 9 (0x00000009) killed Process 93269 launched: '/Users/fernando/.rakubrew/versions/moar-blead/install/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_83", 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_83 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_83: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 93269 exited with status = 1 (0x00000001) (lldb) bt all error: Command requires a process which is currently stopped.