Opened 8 years ago
Closed 7 years ago
#1034 closed defect (fixed)
New tab opened when debugging script with errors
Reported by: | dandv | Owned by: | szabgab |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Debugger for Perl 5 | Version: | 0.72 |
Keywords: | Cc: |
Description
Step into this code:
use Nonexistent::Module; print 1;
Padre will open a tab titled "Unsaved 1". This happens regardless of the state of Run Parameters -> "Use external window for execution".
Change History (3)
comment:1 Changed 8 years ago by dandv
- Component changed from editor to Debug::Client
- Owner set to szabgab
- Priority changed from minor to major
comment:2 Changed 7 years ago by bowtie
- Component changed from Debug::Client to Debugger for Perl 5
comment:3 Changed 7 years ago by bowtie
- Resolution set to fixed
- Status changed from new to closed
Debugger Generates an Error Dialog with the following
"Debugging failed. Did you check your program for syntax errors?"
if your code dose not pass
perl -c myfile.pl
Note: See
TracTickets for help on using
tickets.
After closing the new tab, attempting to step into the script again will cause Padre to silently exit.