Tagged Questions
13
votes
7answers
2k views
Cannot step into .NET framework source with VS2008 SP1
Somehow my VS2008 SP1 has lost the ability to step into .NET framework sources. I've played around with checkboxes to no end; I've re-deleted the Symbol cache folder a dozen times; and I've tried all ...
2
votes
1answer
271 views
Visual studio debugger: Break on entering an external function?
With "Just My Code" turned off and a source location/server, it's easy to step into functions that are not in your code. Is there a way to set a breakpoint on one of these, though? Basically I want to ...