Allow debug session to share repl with its parent; fixes #62419#80673
Allow debug session to share repl with its parent; fixes #62419#80673isidorn merged 1 commit intomicrosoft:masterfrom
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! |
dgozman
left a comment
There was a problem hiding this comment.
@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.