-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Allow debug session to share repl with its parent; fixes #62419 #80673
Conversation
@dgozman great work, I really like this. For the API I have created this api proposal #80718. After discussions with @weinand we would prefer if instead of adding a new argument to the As for the code changes I will comment directly in the code. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@isidorn Please take another look. I changed the API as you suggested.
Also, this PR includes some fixes for FocusSessionActionViewItem
around synchronizing selection with focused session. Both instances filter the sessions list, so it's not 1 to 1 mapping with the call stack pane.
After bringing this up in the API sync. We decided to have it in the Another feedback was that the Apart from that can you please tackle the conflict issues in this PR @dgozman |
a4ca4b4
to
318c183
Compare
@isidorn I updated the PR and put everything to |
@dgozman thanks a lot for moving it to I appologize for the misunderstanding. Can you just go back to your previous approach, that we use Once we have that I can merge this in. |
@isidorn I reverted back to |
I verified it works nicely end to end. |
Introduced DebugSessionOptions parameter to debug.startDebugging to
control this behavior.
@weinand, @isidorn Could you please take a look? Changing API following this suggestion.