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 ed2009e commit 6ee01acCopy full SHA for 6ee01ac
doc/Programs/01-debugging.pod6
@@ -19,6 +19,10 @@ Please see the documentation for these programs for further information.
19
Historically others have existed and others are likely to be written in the future,
20
check the L<Perl 6 Modules|https://modules.perl6.org/> website.
21
22
+There are also environment variables that can be set to aid debugging various aspects
23
+of your program. See L<Perl 6 Environment Variables|https://docs.perl6.org/programs/running>
24
+for more information.
25
+
26
=head2 C<trace> pragma
27
28
The C<trace> pragma causes the program to print out step-by-step which lines
0 commit comments