Skip to content

Commit 6824d88

Browse files
committed
some very basic pointers to rakudo debuggers
1 parent 8f72afd commit 6824d88

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/Programs/01-debugging.pod

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
55
=SUBTITLE Debug Perl 6 programs
66
7-
Info about debugging...
7+
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.
821
922
=end pod

0 commit comments

Comments
 (0)