Click here to Skip to main content
15,891,777 members
Articles / Programming Languages / C#

Writing a .NET Debugger (Part 3) – Symbol and Source Files

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
9 Nov 2010CPOL4 min read 15.6K   7  
How to load module debugging symbols (PDB files) into the debugger and how to bind them with source files

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Poland Poland
Interested in tracing, debugging and performance tuning of the .NET applications.

My twitter: @lowleveldesign
My website: http://www.lowleveldesign.org

Comments and Discussions