Skip to content

How notebook debug cell works

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

Notebook cell debugging is similar to python debugging works. However it uses a DebugAdapter instead of just a DebugAdapterDescriptor.

There's a number of classes involved. This sequence diagram describes how they interact:

image

Clone this wiki locally