Ticket #1005 (closed defect: not relevant)
Uninitialized values when starting debugger on a file with errors
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Debugger for Perl 5 | Version: | 0.69 |
| Keywords: | Cc: |
Description
How to reproduce:
- Open lib/Padre/Wx/Ack.pm from the Padre source code.
- Use "Step In" to start the debugger.
Console output:
Use of uninitialized value $file in string ne at /usr/local/share/perl/5.10.1/Padre/Wx/Debugger.pm line 145. Use of uninitialized value $row in subtraction (-) at /usr/local/share/perl/5.10.1/Padre/Wx/Debugger.pm line 150. Use of uninitialized value $row in subtraction (-) at /usr/local/share/perl/5.10.1/Padre/Wx/Debugger.pm line 158.
Padre should handle this more gracefully.
Change History
Note: See
TracTickets for help on using
tickets.
