Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created April 26, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugexe/0621096386c43573f9031d9047ac1c76 to your computer and use it in GitHub Desktop.
Save ugexe/0621096386c43573f9031d9047ac1c76 to your computer and use it in GitHub Desktop.
$ perl6-lldb-m -I lib service.p6 demo2.sql
================================================================================================
This is Rakudo Perl 6 running in the LLVM 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 2019.03.1.236.g.9.ce.179292 built on MoarVM version 2019.03.99.g.2.e.9.df.2.ad.8,
running on macosx (10.14.4) / darwin (Darwin.Kernel.Version.18.5.0.Mon.Mar.11.20.40.32.PDT.2019.root.xnu.4903.251.3.3.RELEASE_X.86._.64)
Type `bt full` to generate a backtrace if applicable, type `q` to quit or `help` for help.
------------------------------------------------------------------------------------------------
(lldb) target create "/Users/ugexe/.rakudobrew/moar-blead-master/install/bin/perl6-m"
Current executable set to '/Users/ugexe/.rakudobrew/moar-blead-master/install/bin/perl6-m' (x86_64).
(lldb) settings set -- target.run-args "-I" "lib" "service.p6" "demo2.sql"
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment