RE: Debugger hangs at GC.Collect
From: Robert Gruen [MSFT] (robgruen_at_online.microsoft.com)
Date: 03/23/04
- Previous message: Jim: "RE: No symbols loaded problem"
- In reply to: Armin Zingler: "Debugger hangs at GC.Collect"
- Next in thread: Armin Zingler: "Re: Debugger hangs at GC.Collect"
- Reply: Armin Zingler: "Re: Debugger hangs at GC.Collect"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Mar 2004 15:39:16 GMT
Armin,
You're getting the message that states that there's no source code for the
available location because you don't have symbols for the .NET framework.
It sounds like by using F8 you're actually attempting to step into the code.
You can do 2 things:
1) Get symbols for the .NET framework: How to Get Symbols:
http://www.microsoft.com/whdc/ddk/debugging/symbols.mspx. You can specify
the location mentioned here as an additional directory to look for symbols.
2) Use the debug menu and select Step Over to step over GC.Collect
What's probably happening is that the debugger/VS.NET is throwing up a
message box you can't see somewhere and it's blocking everything. One of
the two solutions from above should resolve the problem you're having.
Thanks! Robert Gruen
Microsoft, VB.NET
This posting is provided "AS IS", with no warranties, and confers no rights.
- Previous message: Jim: "RE: No symbols loaded problem"
- In reply to: Armin Zingler: "Debugger hangs at GC.Collect"
- Next in thread: Armin Zingler: "Re: Debugger hangs at GC.Collect"
- Reply: Armin Zingler: "Re: Debugger hangs at GC.Collect"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|