Skip to content

How interactive debugging works (old way)

Rich Chiodo edited this page Jul 22, 2022 · 15 revisions

The Interactive Window is used for running cells in a python script. One of the capabilities of running these cells is to debug them.

This page will describe how this debugging is implemented under the covers.

Sequence of events after hitting debug cell

Special case to get 'debugpy' attached

Translation of file paths

Changing cell hashes

Clone this wiki locally