Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » CLR » PDBs   (RSS)
Sorry, but there are no more tags available to filter with.

Customizing PDB lookup for source information in StackTrace

The System.Diagnostics.StackTrace class in .NET can be used to generate a textual representation of the current callstack. This is used, for example, by Exception.ToString() . If requested by the caller, StackTrace can include source file locations (file
Posted by rmbyers | 1 Comments
Filed under: ,

DebuggingModes.IgnoreSymbolStoreSequencePoints

In my last post I gave an overview of the DebuggableAttribute, what values the C# compiler gives it, and how the CLR uses those values. I mentioned that with /debug+, the C# compiler sets the IgnoreSymbolStoreSequencePoints DebuggingModes bit, but I didn't
Posted by rmbyers | 3 Comments
Filed under: ,
 
Page view tracker