in reply to Re^4: Perl Debugger degrades performance when reading large spreadsheet
in thread Perl Debugger degrades performance when reading large spreadsheet
the debugger will call it for every function call and theoretically it should be possible to temporarily change some flags only for your spreadsheet calls.
see also the flags determining if &DB::DB() is called or not.
Anyway I concur with Corion that minimizing the the actual sheets for debugging is the better approach.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl Debugger degrades performance when reading large spreadsheet
by boleary (Scribe) on Aug 31, 2021 at 13:57 UTC |