Click here to Skip to main content
15,889,909 members
Articles / Programming Languages / MSIL

Forget PowerPoint – Make a Slideshow in… a Debugger :)

Rate me:
Please Sign up or sign in to vote.
4.97/5 (20 votes)
24 Nov 2011CPOL4 min read 27.6K   24  
The article describes how to make a slideshow in a debugger. It may help you understand the PDB API in System.Reflection.Emit as well as impress listeners on any debugging-related presentations. :)

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