Explore post-mortem debugging techniques for Python using heap dumps in this conference talk from EuroPython 2014. Learn about a pure Python solution for serializing program state that allows subsequent analysis with conventional debuggers. Discover how this approach compares to core dumps and other debugging methods, offering advantages like OS-independence and support for multi-threaded applications. Gain insights into the implementation details, live demonstrations, and potential future developments of this debugging technology.
Overview
Syllabus
Anselm Kruis - Post-Mortem Debugging with Heap-Dumps
Taught by
EuroPython Conference