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

Identify debug instances with window title #68054

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kdada
Copy link
Contributor

@kdada kdada commented Oct 30, 2022

Related to #3357, #64913

This PR passes session id via debug message instead of cmd args. It is always correct even if the debug instances are not connected to debug server in order.

@kdada kdada requested review from a team as code owners October 30, 2022 13:50
@kdada
Copy link
Contributor Author

kdada commented Oct 30, 2022

2022-10-30.21-42-11.mp4

@kdada kdada force-pushed the identify-debug-instances branch from d45709b to 1590d99 Compare October 30, 2022 14:25
@kdada kdada requested a review from a team as a code owner October 30, 2022 14:25
@kdada kdada force-pushed the identify-debug-instances branch from 1590d99 to 9d0b9c5 Compare October 31, 2022 14:51
@kdada
Copy link
Contributor Author

kdada commented Oct 31, 2022

Fixed conflict

@akien-mga
Copy link
Member

Does this impact only running multiple instances, or would it also show "Session 1" when running a single instance? (I think the former is better.)

@kdada
Copy link
Contributor Author

kdada commented Nov 2, 2022

Does this impact only running multiple instances, or would it also show "Session 1" when running a single instance? (I think the former is better.)

Even though there is an instance, it still shows "Session 1" in the title. If an instance needs to hide "Session 1", it must receive a "signal" to identify its specificity. e.g. Add a cmd arg like "--debug-singleton". I find this a little weird.

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

Successfully merging this pull request may close these issues.

3 participants