Closed
Description
Where
https://perldoc.perl.org/perldebguts
Description
The perldebguts does not provide any info how to debug threaded perl.
Here we can find that we can debug a given program using threads: perl -dt threaded_program_name
Here we can find that this support was built into the debugger as of Perl version 5.8.6
TODO:
It should be documented how to use that capability.