Bug 179200 - Source Code Stepping Mode
Summary: Source Code Stepping Mode
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-25 13:52 EDT by Siddhartha Gandhi CLA
Modified: 2020-09-04 15:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Siddhartha Gandhi CLA 2007-03-25 13:52:01 EDT
In the debugger, it would be nice if there was a source code stepping mode that would ONLY step through your code. When I step through my C++ code, it also goes through the header code, and I see the implementation for deque or whatever stdlib component I am using. Thus, I have to set breakpoints at every line in the source code, and repeatedly click resume to simulate what I want, which will step through, line by line, of my source code only. The stdlib headers are bug proof, my code isn't, and so skipping the headers/implementation and staying only within the scope of my source file(s) would be a greatly appreciated feature.