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

Enable Navigation to Classes from Debug Console #3867

Open
mamilic opened this issue Nov 21, 2024 · 2 comments
Open

Enable Navigation to Classes from Debug Console #3867

mamilic opened this issue Nov 21, 2024 · 2 comments

Comments

@mamilic
Copy link

mamilic commented Nov 21, 2024

When running the application in run or debug mode, or when executing tests, it would improve the user experience if users could navigate to classes directly from the Debug Console using Ctrl+Click. A similar functionality is already available when logs are displayed in the terminal.

@rgrunber
Copy link
Member

rgrunber commented Nov 21, 2024

Specifically, you mean that there is no link detection in "java.debug.settings.console": "internalConsole" while there is for "integratedTerminal" (default) ? Much like #3822, this works because there is a link provider in https://github.com/microsoft/vscode-java-debug/ that handles this.

See microsoft/vscode#210428 & microsoft/vscode#34026 .

If the functionality is ever implemented in VS Code, I would request this against vscode-java-debug.

@rgrunber rgrunber changed the title Enhancement: Enable Navigation to Classes from Debug Console Enable Navigation to Classes from Debug Console Nov 21, 2024
@mamilic
Copy link
Author

mamilic commented Nov 21, 2024

Hi @rgrunber , thanks a lot on response, did not know that this functionality is not available in VSCode.

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

No branches or pull requests

2 participants