Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Set terminateDebuggee to false #562

Merged
merged 3 commits into from Nov 19, 2020
Merged

Conversation

JohanMabille
Copy link
Member

@JohanMabille JohanMabille commented Nov 18, 2020

Stopping the debugger should not stop the kernel.

@jtpio
Copy link
Member

jtpio commented Nov 18, 2020

Thanks!

This should fix the following behavior of the kernel restarting when the debugger is stopped:

xeus-python-restart

@jtpio
Copy link
Member

jtpio commented Nov 18, 2020

Looks like the tests are timing out, similar to jupyterlab/jupyterlab#9362 (comment)

return {
line: breakpoint.line,
verified: breakpoint.verified,
source: breakpoint.source
Copy link
Member

Choose a reason for hiding this comment

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

Ah, looks like this change is needed in this code base, because of this: #556

And the fact they have diverged quite a bit because of the strict null checks in core but not here...

@jtpio
Copy link
Member

jtpio commented Nov 19, 2020

Let's get it in once the tests pass so we can cut a new patch release.

@jtpio jtpio merged commit fe5f759 into jupyterlab:master Nov 19, 2020
@jtpio
Copy link
Member

jtpio commented Nov 19, 2020

Thanks!

@JohanMabille JohanMabille deleted the disconnect branch November 19, 2020 11:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants