This document provides a summary of little known native debugging tricks in Visual Studio. It discusses using the expression evaluator for evaluating expressions in different scopes. It also covers using Edit and Continue, setting breakpoints on specific errors, breaking on all methods of a class, naming native threads, and searching through memory. The document provides code examples and links to blog posts with more details on these techniques.