Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the debug modules model #848

Merged
merged 3 commits into from Feb 1, 2022

Conversation

echarles
Copy link
Member

@echarles echarles commented Feb 1, 2022

Fixes jupyterlab/jupyterlab#11966

We need to respect the debug modules https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Modules

This PR updates the layout of the returned JSON (reply on the modules request) to respect the spec.

ipykernel/debugger.py Outdated Show resolved Hide resolved
@blink1073 blink1073 added the bug label Feb 1, 2022
@blink1073
Copy link
Member

Kicking CI

@blink1073 blink1073 closed this Feb 1, 2022
@blink1073 blink1073 reopened this Feb 1, 2022
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit 67fe7df into ipython:main Feb 1, 2022
@blink1073
Copy link
Member

I'll hold off on a release for a bit in case we can get #849 included.

@echarles
Copy link
Member Author

echarles commented Feb 1, 2022

Super! Thx a lot @blink1073 for the merge and future release 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kernel sources in debugger are uninformative and spams console
3 participants