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

Send breakpoints to the kernel on breakpointChanged #89

Merged
merged 1 commit into from
Oct 27, 2019

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Oct 23, 2019

Initial steps to send the breakpoints to the kernel every time they change in the UI (added or deleted).

This is still a work in progress as there seems to be some issues w.r.t the handlers (messages sent multiple times).

Fixes #43

@jtpio jtpio changed the title [WIP] Send breakpoints to kernel on breakpointChanged [WIP] Send breakpoints to the kernel on breakpointChanged Oct 23, 2019
@JohanMabille
Copy link
Member

Can you explain how to reproduce the issue you had? I tried your branch and it seems that the breakpoints are sent correctly according to PTVSD logs.

@jtpio
Copy link
Member Author

jtpio commented Oct 27, 2019

multiple-messages-breakpoints

It's probably not related to this change. It looks like the handlers are not removed correctly when switching between notebooks and cells.

@JohanMabille
Copy link
Member

Is it ok for you if I merge so that I can iterate?

@jtpio
Copy link
Member Author

jtpio commented Oct 27, 2019

Sure.

We can log this (#89 (comment)) in a separate issue.

@JohanMabille JohanMabille merged commit 9f8e2e3 into jupyterlab:master Oct 27, 2019
@JohanMabille
Copy link
Member

yep definitely

@jtpio jtpio changed the title [WIP] Send breakpoints to the kernel on breakpointChanged Send breakpoints to the kernel on breakpointChanged Oct 27, 2019
@jtpio jtpio deleted the send-breakpoints branch October 27, 2019 15:11
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.

Send breakpoints to the debugger
2 participants