-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Ability to drag and drop breakpoints #88227
Comments
yes, this would improve the usability of "rich" breakpoints. |
Agree, this is a fair feature request. |
As an added thought: For cases of files that are hundreds or thousands of lines long, it would probably be a good idea to be able to enter in a line number you want to move a breakpoint to instead of having to click and drag it over an entire document. The Breakpoints dropdown already displays the line numbers for each breakpoint so double clicking or right clicking them is perhaps the best way to enter line number values? |
This is becoming more frustrating as I use conditional breakpoints more and more. It's a big break in flow to display/copy/re-create-condition-breakpoint/paste when I want to drag it down a line. Also clicking or double clicking the line number in the breakpoints panel and having a context menu item for changing the line number in that panel would be a bonus. |
Overall this feature request makes sense, however this is a short iteration thus I do not think I will have time to tackle this milestone. Due to that pushing to May. |
This iteration is even shorter due to holidays. Thus pushing to on-deck and we would put this back on the plan when we have cycles. |
Hi @isidorn , Are there any chances of exposing this drag and drop capability/event to Thank you ps: I did search the open issues about it, but didn't find any 😬 |
@alefragnani yes it would be possible, but we would first do the breakpoint in the core and only after that potential add this if there is enough extensions interested.. It would be best if you file a new issue. Thanks |
@isidorn Further functionality could be to also allow Control + Drag so that breakpoints with conditional information can be duplicated to other lines. |
Could the scope of this be expanded to include logpoints? (IMO drag + drop is more valuable for conditional breakpoints and logpoints than standard breakpoints, due to the effort required today to change/move them). If yes, then I can close #182133 as a dup. |
Please make it happen 🙏 |
It has been over 4 years since this was opened. I'm wondering what's the issue and I get VSCode gets many requests as such, some way more complex and/or urgent |
Issue Type: Feature Request
The ability to move breakpoints, especially those that are conditional, would be considerably easier than having to delete a breakpoint and then recreate it with the same condition information on another line. Drag and drop functionality would work pretty well here I imagine.
VS Code version: Code 1.41.1 (26076a4, 2019-12-18T14:58:56.166Z)
OS version: Windows_NT x64 10.0.18362
The text was updated successfully, but these errors were encountered: