In VS2003 you have to live with the problem. You can achieve little
performance imporvements by turning off automatic property evaluation in the
debug settings, but that's all AFAIK. VS2005 has a lot of performance
improvements here.
"skg" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am debugging managed and unmanaged code in C++ DLL
> When ever i start debugging debugger hangs for 30secs or so at the last
> line below at the last line and then continues
> as normal.
> How can i overcome this problem?
>
> 'Tester.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', No symbols
> loaded.
> 'Tester.exe': Loaded
> 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll', No symbols
> loaded.
> 'Tester.exe': Loaded
> 'C:\WINDOWS\assembly\NativeImages1_v1.1.4322\mscorlib\1.0.5000.0__b77a5c561934e089_9beb14e4\mscorlib.dll',
> No symbols loaded.
> thanks!!!
>
|