-
Notifications
You must be signed in to change notification settings - Fork 346
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
Contribute to debug start experience #749
Comments
This is an interesting topic, we need have a conversation with team first. |
TL;DR
Here are the scenarios and challenges when Java developers run an application:
@fbricon @testforstephen @jdneo @Eskibear please also comment on this issue. |
Thanks a lot for feedback. This all makes sense. Due to the above I would first focus on 1 and 3 for the start view. |
Regarding item 2, here to further clarify. The title should be "Run with special launchers". Test cases is one of the cases and they are already in the Test Explorer. There are other cases like: And regarding 4, it would be very helpful to have some UI elements in the panel as the unified entry for the persistence command. |
Hi VS Code dev here 👋
Last milestone we have introduced a Start View for debugging. More about this can be found here microsoft/vscode#84677
So when the user has no
launch.json
file this view should help him start debugging.This view is currently language agnostic and not very cluttered thus we are slowly looking in opening it up to extensions. We have two options:
What I would be interested in is what Java would like to contribute to improve the start experience. If it is only commands, than I think it makes sense to show those commands in the start view (for example with additional blue buttons). If it is much more then it makes more sense that Java contributes the whole view.
What are the biggest pain points that Java users hit when setting up debugging?
Related python discussion: microsoft/vscode-python-debugger#164
Let me know what you think and how you envision the Java debug start experience.
Thanks!
Current look of debug start view
fyi @testforstephen
The text was updated successfully, but these errors were encountered: