Skip to content

Commit

Permalink
some very basic pointers to rakudo debuggers
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Jun 18, 2016
1 parent 8f72afd commit 6824d88
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doc/Programs/01-debugging.pod
Expand Up @@ -4,6 +4,19 @@
=SUBTITLE Debug Perl 6 programs
Info about debugging...
There are at least two useful debuggers available for Rakudo:
=item Debugger::UI::CommandLine
A command-line debugger frontend for Rakudo.
=item Grammar::Debugger
Simple tracing and debugging support for Perl 6 grammars
Please see the documentation for these programs for further information.
Historically others have existed and others are likely to be written in future,
check the L<Perl 6 Modules|https://modules.perl6.org/> website.
=end pod

0 comments on commit 6824d88

Please sign in to comment.