Corion... Maybe I misunderstand your use of

$DB::single=1

To use that, doesn't the code needs to be loaded with the debugger?
So every sub is already wrapped with a DB::sub() like Rolf suggests.
and the whole script is already slowed down before I hit the $DB::single =1;

If I don't load through debugger I get:

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.


In reply to Re^2: Perl Debugger degrades performance when reading large spreadsheet by boleary
in thread Perl Debugger degrades performance when reading large spreadsheet by boleary

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.