Click here to Skip to main content
15,892,965 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.7K   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. :)
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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