Bug 498021 - After resume, debug hits breakpoint but doesn't work otherwise
Summary: After resume, debug hits breakpoint but doesn't work otherwise
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 9.0.0   Edit
Hardware: PC Linux
: 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: 2016-07-17 10:48 EDT by Nathan Adams CLA
Modified: 2020-09-04 15:21 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 Nathan Adams CLA 2016-07-17 10:48:44 EDT
Steps to reproduce:
1. Launch debugger on project
2. Step {variables shown, everything works, etc}
3. Set breakpoint
4. Hit Resume (F8)
5. {Debugger stops at breakpoint}

Results:

Variables are no longer shown, stepping no longer works. Broke.

Expected results:

A working debugger.

Please let me know what information you need and how to retrieve it.
Comment 1 Nathan Adams CLA 2016-07-17 10:51:23 EDT
Eclipse IDE for C/C++ Developers
Version: Neon Release (4.6.0)
Build id: 20160613-1800

C/C++ Remote Debug Launcher
Version: 9.0.0.201606062011
Build id: @build@

Eclipse GCC Cross Compiler Support
Version: 9.0.0.201606062011
Build id: @build@

Eclipse C/C++ Development Tools
Version: 9.0.0.201606062011
Build id: @build@

GDB Common
Version: 9.0.0.201606062011
Build id: @build@
Comment 2 Marc-André Laperle CLA 2016-10-07 14:56:58 EDT
Hi Nathan. I am not able to reproduce this issue on Ubuntu 16.04 with GDB 7.11.1. Can you add a little bit of information about the versions you are using?
-Which distribution of Linux
-GDB version

Also do you have some sample code to debug? Thanks!