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 5097c4d commit 5ac6d7bCopy full SHA for 5ac6d7b
doc/Programs/01-debugging.pod
@@ -6,11 +6,11 @@
6
7
There are at least two useful debuggers available for Rakudo:
8
9
-=item Debugger::UI::CommandLine
+=item L<Debugger::UI::CommandLine|https://modules.perl6.org/repo/Debugger::UI::CommandLine>
10
11
A command-line debugger frontend for Rakudo.
12
13
-=item Grammar::Debugger
+=item L<Grammar::Debugger|https://modules.perl6.org/repo/Grammar::Debugger> (and C<Grammar::Tracer> in the same distribution)
14
15
Simple tracing and debugging support for Perl 6 grammars
16
0 commit comments