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: allow ctrl/cmd-click to run into a method/property #119491

Closed
bpasero opened this issue Mar 22, 2021 · 5 comments
Closed

Debug: allow ctrl/cmd-click to run into a method/property #119491

bpasero opened this issue Mar 22, 2021 · 5 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Mar 22, 2021

One of my favorite features from Eclipse was being able to ctrl/cmd+click into a method/property to debug into that thing and stop right there. You basically could navigate the code while debugging very efficiently 👍

@bpasero bpasero added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 22, 2021
@isidorn
Copy link
Contributor

isidorn commented Mar 22, 2021

So the implementation on eclipse would probably put an invisble breakpoint inside the method and continue.
Something like a smart Run to Cursor.

I think this is a fair feature request
fyi @weinand

@isidorn isidorn added the feature-request Request for new features or functionality label Mar 22, 2021
@isidorn isidorn added this to the Backlog milestone Mar 22, 2021
@bpasero
Copy link
Member Author

bpasero commented Mar 23, 2021

Yes, it is pretty much a smart version of "Run to Cursor".

@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label May 4, 2021
@hediet
Copy link
Member

hediet commented Jul 1, 2021

Mentioning myself so I can find this issue later again. @hediet
I think this is a very nice extension of "Run to Cursor" and might be doable when there is support for customizable mouse buttons/key combinations.

@isidorn
Copy link
Contributor

isidorn commented Jul 1, 2021

Let's not reopen this and try to merge discussion with #123879

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

4 participants
@bpasero @isidorn @hediet and others