Bug 448431 - Breakpoints don't follow line changes when saving in debug mode
Summary: Breakpoints don't follow line changes when saving in debug mode
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.5   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-23 01:57 EDT by Ghaith Hachem CLA
Modified: 2020-09-04 15:24 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ghaith Hachem CLA 2014-10-23 01:57:44 EDT
- Set a breakpoint on a line and enter debug mode.
- Paste some lines before your breakpoint
-- The breakpoint moves with your paste
- Save your changes, with automatic build enabled
-- The breakpoint moves back to its original place.


The debugger outputs the error:
No line 27 in file "[filename]".


On a previous version, you need to stop debugging for the breakpoint to move, but it still moves.