id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
832,GetOptions( spawns unsavedX tab and crash Padre in StepOver Debugging,vrobin,szabgab,"I wrote a very little script that when debugged with ""Step Over"" or ""Step In"", either crash Padre without warning (this is if you try to debug with ""use external window for execution"" unchecked) or spawn a new ""untitled X"" document tab.


{{{
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
					); 

}}}

The problem occurs just after ""my $albumDir"" declaration, when GetOptions is called.

Of course, I'm on windows :) with Strawberry Perl 5.10.1 (environment is the same as [http://padre.perlide.org/trac/ticket/831 Ticket 831])",defect,closed,major,,Debug::Client,0.55,not relevant,crash debugger win7,
