We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f72afd commit 6824d88Copy full SHA for 6824d88
doc/Programs/01-debugging.pod
@@ -4,6 +4,19 @@
4
5
=SUBTITLE Debug Perl 6 programs
6
7
-Info about debugging...
+There are at least two useful debuggers available for Rakudo:
8
+
9
+=item Debugger::UI::CommandLine
10
11
+ A command-line debugger frontend for Rakudo.
12
13
+=item Grammar::Debugger
14
15
+ Simple tracing and debugging support for Perl 6 grammars
16
17
+Please see the documentation for these programs for further information.
18
19
+Historically others have existed and others are likely to be written in future,
20
+check the L<Perl 6 Modules|https://modules.perl6.org/> website.
21
22
=end pod
0 commit comments