Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 21, 2018 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zoffixznet/0fe1eb3a4051ecfdf8f81f2044a1bed4 to your computer and use it in GitHub Desktop.
Save zoffixznet/0fe1eb3a4051ecfdf8f81f2044a1bed4 to your computer and use it in GitHub Desktop.
2018.03.236 zoffix@VirtualBox~$ moar-remote 9999
Welcome to the MoarVM Remote Debugger
For best results, please run this program inside rlwrap
Connecting to MoarVM remote on localhost port 9999
success!
> assume thread 1
Going to assume thread 1 for further commands
> breakpoint "src/Perl6/Optimizer.nqp" 1581 1 1
setting up an event supplier for event 1
set it up
created return value
Receiving breakpoint notifications for src/Perl6/Optimizer.nqp:1581
> resume
trying to resume all threads
False
> all lexicals
Cannot send request; Worker has finished running.
in method send-request at /home/zoffix/rakudo/install/share/perl6/site/sources/1FC22E9E09887F2EE0D24BD3ACF1CC9AFE1ED327 (MoarVM::Remote) line 263
in method dump at /home/zoffix/rakudo/install/share/perl6/site/sources/1FC22E9E09887F2EE0D24BD3ACF1CC9AFE1ED327 (MoarVM::Remote) line 357
in block at /home/zoffix/rakudo/install/share/perl6/site/resources/38E6B3109193C922E2AC89067B85372147572DB8 line 113
in sub MAIN at /home/zoffix/rakudo/install/share/perl6/site/resources/38E6B3109193C922E2AC89067B85372147572DB8 line 59
in block <unit> at /home/zoffix/rakudo/install/share/perl6/site/resources/38E6B3109193C922E2AC89067B85372147572DB8 line 20
in sub MAIN at /home/zoffix/rakudo/install/share/perl6/site/bin/moar-remote line 2
in block <unit> at /home/zoffix/rakudo/install/share/perl6/site/bin/moar-remote line 2
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment