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

Use org.eclipse.debug.ui.contextViewBindings for 'org.eclipse.cdt.visualizer.view' and 'org.eclipse.cdt.debug.ui.executablesView' views. #918

Closed
raghucssit opened this issue Oct 19, 2024 · 4 comments

Comments

@raghucssit
Copy link
Contributor

The problem is when the eclipse switches to Debug perspective 'org.eclipse.cdt.visualizer.view' and 'org.eclipse.cdt.debug.ui.executablesView' views are populated by default. Irrespective of debug context.

If we debug java application these views are not needed. So we can bind them to contextId="org.eclipse.cdt.debug.ui.debugging".

Already many views like Memory View and Debug Console View are using this approach.
We can use same approach to Visualizer View and Executable View.

It looks like below when i try to debug Java application there is no CPP project in the workspace.
committer-2024-09-after-cdt

raghucssit added a commit to raghucssit/cdt that referenced this issue Oct 19, 2024
and Executables Views.

Similar to Memory View and Debug Console View, We can use
org.eclipse.cdt.debug.ui.debugging for Visualizer and Executables Views

see eclipse-cdt#918
@raghucssit

This comment was marked as off-topic.

@jonahgraham

This comment was marked as off-topic.

raghucssit added a commit to raghucssit/cdt that referenced this issue Oct 19, 2024
and Executables Views.

Similar to Memory View and Debug Console View, We can use
org.eclipse.cdt.debug.ui.debugging for Visualizer and Executables Views

see eclipse-cdt#918
@raghucssit
Copy link
Contributor Author

PS Please create new issues/discussions for new topics - see #920

Ok sure. Thanks.

jonahgraham pushed a commit that referenced this issue Oct 22, 2024
and Executables Views.

Similar to Memory View and Debug Console View, We can use
org.eclipse.cdt.debug.ui.debugging for Visualizer and Executables Views

see #918
@jonahgraham
Copy link
Member

Completed in #919

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

No branches or pull requests

2 participants