in reply to Re: Perl Debugger degrades performance when reading large spreadsheet
in thread Perl Debugger degrades performance when reading large spreadsheet
Corion... Maybe I misunderstand your use of
$DB::single=1
Name "DB::single" used only once: possible typo at fix_ahdl_dcfx_const +raint_file.pl line 78.
I can fix that warning by adding
use DB;
But I still can't interact with the debugger without running with the perl -d flag.
Now I'm really done spending time on this :)
But it has helped me understand the debugger a bit more.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Debugger degrades performance when reading large spreadsheet
by karlgoethebier (Abbot) on Aug 31, 2021 at 18:10 UTC |