I have an C++ application that uses MSXML.DLL to load and parse an XML
file. When the application starts from the debugger the XML
loads/parses VERY slowly. When the application is run stand-alone it
runs at normal speed. Note that both cases use debug binaries.
What is making XML run so slowly from the debugger?
(I don't see any XML specific trace statements generated.)
How can I get the debugger XML to run at the non-debugger speed?
Any help would be appreciated!