# New Ticket Created by Joe McMahon # Please include the string: [perl #125797] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125797 >
The following line, or variations on it, will cause the debugger to panic:
Junk->foo(210')
The ummatched quote seems to be the trigger. It can be either a single or double quote, or a backquote.
This does not cause the debugger to lose its place or stop execution.