in reply to Change in memory consumption when using debugger

The most likelye explanations are that your code fails when run under the debugger or that you aren't running all of it when you enable the debugger.
  • Comment on Re: Change in memory consumption when using debugger

Replies are listed 'Best First'.
Re^2: Change in memory consumption when using debugger
by Sandy (Curate) on Jun 30, 2004 at 19:43 UTC
    Highly unlikely given the prelimary tests that I have run, but not impossible. I have an exhaustive test suite which I will be running today, using perl -d:DProf myprog. If there are problems, they will show up.