| Summary: | [breadcrumb] Debug core sends empty selection event when views max -> restored | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Alan Boxall <boxall> |
| Component: | Debug | Assignee: | Pawel Piech <pawel.1.piech> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie, pawel.1.piech, swanj |
| Version: | 3.6.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 358382, 358432 | ||
|
Description
Alan Boxall
looks like the breadcrumb is reacting to a context changed event and sending a selection changed event. I looked at how to fix this and concluded that it may cause more problems than it solves. The breadcrumb does not use selection in the same way as the tree control, so it behaves a little differently. Clients should act on active debug context instead of debug view selection. I fixed the two related bugs in CDT so they don't depend on debug view selection. I'm ok moving to use debug context instead of selection events. |