in reply to Re: Re: XMLin slow in debug mode?
in thread XMLin slow in debug mode?
That seems like a strong possibility. When you use one of the C-library versions of XML::Parser, once you enter the library calls, the debugger wouldn't do much until you exit again. With the pure perl version, the debugger is probably interceding at each level of function call, if not every line.
|
|---|