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

Debug console can be differentiated. #1164

Closed
jdneo opened this issue May 16, 2022 · 1 comment · Fixed by microsoft/java-debug#414
Closed

Debug console can be differentiated. #1164

jdneo opened this issue May 16, 2022 · 1 comment · Fixed by microsoft/java-debug#414
Assignees
Milestone

Comments

@jdneo
Copy link
Member

jdneo commented May 16, 2022

User hopes that the debug consoles can be differentiated from each other. For example, from the displayed name, user can tell that the console is invoked by which launch configuration.

335437ee7473d45773c6d864a812277

@testforstephen
Copy link
Contributor

One proposal is to use "Run <MainClassName>" to name the terminal for "Run Java". For "Debug Java", naming it as "Debug <MainClassName>". The same debug session will reuse the same terminal. And it can also differentiate the Run and Debug behavior.

image

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

Successfully merging a pull request may close this issue.

2 participants