Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 423 Bytes

.NET Debugging Deep Dive

DebuggingDeepDive

Presentation and Videos can be found on cloud storage

Content

  • How debugging works
  • What are PDBs, What is the content?
  • Debug remote or local process
  • Symbol server
  • Source indexing
  • Memory Dumps
  • How to find memory leaks