Visual Studio 2008 - Disable .NET Framework debugging?

Try selecting Enable Just My Code (Managed Only) in the same options menu (ie. Tools -> Options -> Debugging -> General) This option gets disabled when you enable . Net Framework source stepping.

Try selecting Enable Just My Code (Managed Only) in the same options menu (ie. Tools -> Options -> Debugging -> General). This option gets disabled when you enable .

Net Framework source stepping.

Actually tried that option too with no better results... – Ian Jun 1 '09 at 13:35 To be a little more thorough, you could make sure that the "Enable source server support" option is cleared (same menu as above) and also clear/uncheck any of the "Symbol file locations" specified in the Debugging->Symbols menu. – Steve Dignan Jun 1 '09 at 14:04 1 I actually had all that you suggested, however clearing the symbol cache folder as well seems to have done the trick. Cheers.

– Ian Jun 1 '09 at 15:25.

It sounds like you are debugging the source code from . NET which downloads the appropriate PDB's and source from the web. See this URL for an example: weblogs.asp.net/scottgu/archive/2007/10/... You probably just need to reverse what ScottGu did to turn it on.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions