-
Notifications
You must be signed in to change notification settings - Fork 207
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
Restrict Pin View and Open View to active CPP debug context. #1049
base: main
Are you sure you want to change the base?
Conversation
FYI, @iloveeclipse , @jonahgraham |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
...g.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/OpenNewViewHandler.java
Outdated
Show resolved
Hide resolved
8e73224
to
9a457cb
Compare
...g/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/PinViewHandler.java
Outdated
Show resolved
Hide resolved
...g/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/PinViewHandler.java
Outdated
Show resolved
Hide resolved
...e.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/PinCommandEnablementTester.java
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
...e.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/PinCommandEnablementTester.java
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
...e.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/PinCommandEnablementTester.java
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
a886ecf
to
c4bbb43
Compare
@jonahgraham I have fixed all the comments and tested. It works fine. Thanks for all the suggestions and guidelines. |
Yes, I'll keep an eye on it and kick it off when services are back from their maintenance downtime https://www.eclipsestatus.io/ |
...i/src/org/eclipse/cdt/dsf/debug/internal/ui/debugview/layout/PinCommandEnablementTester.java
Outdated
Show resolved
Hide resolved
...i/src/org/eclipse/cdt/dsf/debug/internal/ui/debugview/layout/PinCommandEnablementTester.java
Outdated
Show resolved
Hide resolved
c4bbb43
to
1c08368
Compare
1c08368
to
7e3c76f
Compare
That is if any CPP application is under debug. Because Pin View is never enabled other than CPP application debug session. This also includes Action to Command migration. Fixes eclipse-cdt#1048
7e3c76f
to
9689b69
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @raghucssit
I have rebased this change, updated the commit comment to say "Fixes" to automatically close #1048 when we merge and applied the final trivial fix review comment I just created.
Once build passes this will be merged.
That is if any CPP application is under debug. Because Pin View is never enabled other than CPP application debug session.
This also includes Action to Command migration.
Fixes #1048