id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
833	Syntax error crash padre when trying to debug	vrobin	szabgab	"If I try to step into this buggy script, padre closes unexpectedly with no warning. For this to work, you have to check ""use external windows for execution"".

The error message of the debugged script:
{{{
syntax error at J:\documents\Projects\workspace\mda-tools\Perl\MDACl\test.pl line 14, near "") azeazeafdf""
Execution of J:\documents\Projects\workspace\mda-tools\Perl\MDACl\test.pl aborted due to compilation errors.
 at J:\documents\Projects\workspace\mda-tools\Perl\MDACl\test.pl line 14
Appuyez sur une touche pour continuer...
}}}


The killing script:

{{{
use strict;

use Getopt::Long;

my $man = 0;
my $help = 0;
my $exporterName;
my $albumDir; 

GetOptions(				'help|?' => \$help, 
					'man' => \$man,
					'album-dir|d=s' => \$albumDir,
					'data-exporter|de=s' => \$exporterName
					) azeazeafdf; 

}}}

For environment, see ticket 831.
"	defect	closed	major		Debugger for Perl 5	0.76	fixed		
