File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ Perl inserts the contents of C<$ENV{PERL5DB}> (or C<BEGIN {require
34
34
35
35
=item *
36
36
37
+ If the C<-dt> switch is supplied, C<PERL5DB_THREADED=1> is set in the
38
+ environment. C<perl5db.pl> or your custom debugger can use this to
39
+ enable threading support.
40
+
41
+ =item *
42
+
37
43
Each array C<@{"_<$filename"}> holds the lines of $filename for a
38
44
file compiled by Perl. The same is also true for C<eval>ed strings
39
45
that contain subroutines, or which are currently being executed.
Original file line number Diff line number Diff line change @@ -365,8 +365,9 @@ X<-d> X<-dt>
365
365
=item B<-dt>
366
366
367
367
runs the program under the Perl debugger. See L<perldebug>.
368
- If B<t> is specified, it indicates to the debugger that threads
369
- will be used in the code being debugged.
368
+ If B<t> is specified, C<PERL5DB_THREADED=1> is set in the environment
369
+ to indicate to the debugger that threads will be used in the code
370
+ being debugged.
370
371
371
372
=item B<-d:>I<MOD[=bar,baz]>
372
373
X<-d> X<-dt>
You can’t perform that action at this time.
0 commit comments