Ticket #832 (closed defect: not relevant)
GetOptions( spawns unsavedX tab and crash Padre in StepOver Debugging
| Reported by: | vrobin | Owned by: | szabgab |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Debug::Client | Version: | 0.55 |
| Keywords: | crash debugger win7 | Cc: |
Description
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 Ticket 831)
Change History
Note: See
TracTickets for help on using
tickets.

Running the trunk version, I have some logs when the new document is created: