in reply to Re: Thread::Queue dies in debugger, runs without debugger
in thread Thread::Queue dies in debugger, runs without debugger (solved)

perldebug 5.8.9 "Calling the debugger" lists -dt, but perldebug 5.8.8 doesn't even have that section -- though that may relate more to perl589delta "Changes to Existing Documentation" than that being when the -dt feature was added. But that means that "experimental feature" goes back at least as far as 5.8.9.

Replies are listed 'Best First'.
Re^3: Thread::Queue dies in debugger, runs without debugger
by stevieb (Canon) on Nov 01, 2017 at 14:03 UTC

    Holy crap, no wonder I couldn't find it. Good thing I didn't say "it's experimental, so it shouldn't have been in core for overly long" like I was going to! (I didn't, because I fully remember the whole smartmach fiasco, which iirc, is still kind of ongoing).

    Thanks for digging, pryrt!