PC Review


Reply
Thread Tools Rate Thread

Debugging startsup slow

 
 
skg
Guest
Posts: n/a
 
      12th Aug 2005
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!!!


 
Reply With Quote
 
 
 
 
hB
Guest
Posts: n/a
 
      13th Aug 2005
probably when mscorlib is loaded, it needs to look in the dll, for
loading (and references) Managed types. So in the meantime debugger
waits.

[I think* when in C++ you have managed and unmanaged code, system is
not creating its native image (all managed saved as native so no
runtime jitters)]

so probably you have to bear it.

---
hB

 
Reply With Quote
 
Marcus Heege
Guest
Posts: n/a
 
      13th Aug 2005
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!!!
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET 2.0 debugging slow Michael Jackson Microsoft Dot NET 2 11th Nov 2007 05:53 PM
VC6 to VC7 upgrade, Debugging now very slow =?Utf-8?B?Q29kZTI3?= Microsoft Dot NET 3 19th Oct 2005 12:17 AM
Debugging slow application Peter Proost Microsoft VB .NET 2 16th Mar 2005 09:12 AM
Debugging became really slow John Socha-Leialoha Microsoft ASP .NET 0 1st Dec 2004 06:21 PM
Debugging has become really slow ... Why and how can I fix this? Dean R. Henderson Microsoft ASP .NET 9 24th Oct 2003 10:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:49 PM.