mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Better choice of words in comment in last commit.
This commit is contained in:
parent
3dff3a9d29
commit
157e94c9d5
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ public class CBreakpointManager implements IBreakpointsListener, IBreakpointMana
|
|||
final ICDITarget cdiTarget = getCDITarget();
|
||||
|
||||
// Clean up the target filter to avoid that the CDebugTarget remains referenced by the breakpoint.
|
||||
// Note that while we're "removing" breakpoints from a debug session, the breakpoint objects in the
|
||||
// Note that though we're "removing" breakpoints from a debug session, the breakpoint objects in the
|
||||
// platform aren't going anywhere. They are "global" model elements. They go away only when the user
|
||||
// deletes them.
|
||||
CDebugTarget target = getDebugTarget();
|
||||
|
|
Loading…
Add table
Reference in a new issue