jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
383 stars 283 forks source link

Adds spec for the copyToGlobals request #932

Closed brichet closed 1 year ago

brichet commented 1 year ago

This PR adds a specification in documentation for the copyToGlobals request of the debugger. This request is an addition to the DAP.

It follows the integration of this feature in: