| Summary: | Pin breakpoints and memory view to debug context | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Steffen Schmidt <steffen-schmidt> |
| Component: | cdt-debug-dsf | Assignee: | Project Inbox <cdt-debug-dsf-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | cdtdoug, nobody, pchuong, steffen-schmidt |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Steffen Schmidt
The Memory view comes from Platform Debug, unfortunately Platform Debug doesn’t have Pin&Clone support. For the Breakpoints view, I don’t think Pining will help. What you really want is to be able to set the breakpoint for the selected session (thread, process) and not the other debug session. This needs to be handled in the CDT breakpoint manager. Pinning is a way for the view to ignore debug context change event, i.e don’t follow the selected debug context. It probably will work if it is used together with the “Show Breakpoint Supported by Selected Target” action. When pin is enabled, this action has to be enabled as well. (In reply to comment #1) > For the Breakpoints view, I don’t think Pining will help. What you really want > is to be able to set the breakpoint for the selected session (thread, process) > and not the other debug session. This needs to be handled in the CDT breakpoint > manager. Pinning is a way for the view to ignore debug context change event, > i.e don’t follow the selected debug context. It probably will work if it is > used together with the “Show Breakpoint Supported by Selected Target” action. > When pin is enabled, this action has to be enabled as well. See discussion in https://bugs.eclipse.org/bugs/show_bug.cgi?id=360735 |