Bug 464919 - [breakpoints] Create changing line number when adding a new breakpoint causes it to be "relocated"
Summary: [breakpoints] Create changing line number when adding a new breakpoint causes...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.6.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 8.7.0   Edit
Assignee: Jonah Graham CLA
QA Contact: Doug Schaefer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 464917
  Show dependency tree
 
Reported: 2015-04-17 16:35 EDT by Jonah Graham CLA
Modified: 2015-05-11 12:15 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonah Graham CLA 2015-04-17 16:35:56 EDT
Steps to reproduce:
1) Create Hello World project
2) Ctrl-Double-Click to insert line breakpoint on line 15
3) In dialog change line to 16
4) Debug program, Note how program stops on line 16
5) Terminate debug session
6) Note how breakpoint has moved to line 15 - This is the bug -
Comment 1 Eclipse Genie CLA 2015-04-19 03:45:52 EDT
New Gerrit change created: https://git.eclipse.org/r/46026
Comment 3 Marc Khouzam CLA 2015-05-11 12:15:12 EDT
Good find and good fix!

Thanks a lot.