1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-20 23:45:23 +02:00
cdt/debug
Marc Dumais 143f85b06e Bug 510924 - Alt+Enter on breakpoint shows incomplete properties dialog
When using the "Alt-Enter" shortcut with a breakpoint selected, the
properties dialog that is created is missing some fields. This seems to
be caused by the fact that the dialog, when summoned in this way, is
created using a wrong context: an ICLineBreakpoint instead of the
expected CBreakpointContext. That context is then used to fetch
properties from the store, which fails.

This is a naive fix that attempts to work around this by creating a
proper context from the breakpoint.

Change-Id: I2b7c86965d09898dd1cd7eeb3c3f704bb2995e20
(cherry picked from commit 86189eeb86)
2017-02-07 14:01:54 -04:00
..
org.eclipse.cdt.debug.application Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.debug.application.doc Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.debug.application.product Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.debug.application.tests Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.debug.core Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.debug.core.tests Updated the about.html files. 2006-05-24 13:51:50 +00:00
org.eclipse.cdt.debug.standalone-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.debug.standalone.source-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.debug.ui Bug 510924 - Alt+Enter on breakpoint shows incomplete properties dialog 2017-02-07 14:01:54 -04:00
org.eclipse.cdt.gdb Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gdb-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gdb.source-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gdb.ui Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gnu.debug-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gnu.debug.source-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00