in reply to Re: Profiling woes
in thread Profiling woes

The modules used should not mess with the debugger, but who knows indeed.

I did not try the debugger, but I will.

Thanks for the answer.

Replies are listed 'Best First'.
Re^3: Profiling woes
by salva (Canon) on Apr 09, 2008 at 16:29 UTC
    BTW, I am the author of Devel::FastProf and the maintainer of Devel::SmallProf and would really appreciate having bug reports for those modules describing your problems in detail!

      As you thought the probleme was an unexpected interraction with the debugging API.

      There is no real bug report to do, expect perhaps a note : one should not expect to profile/debug a program in which he uses the DB module

      For more details you may refer to my update to the top mode

      Thanks again for the help.