Bug 418450 - Don't step into external code
Summary: Don't step into external code
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: Next   Edit
Hardware: All All
: 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: 2013-10-01 14:56 EDT by Mathias Kunter CLA
Modified: 2020-09-04 15:19 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 Mathias Kunter CLA 2013-10-01 14:56:06 EDT
It would be nice if the step into command would skip over any external code by default. The current implementation considers inlined functions within external headers as well, and even asks the user to locate external source files.

This behavior is almost always unwanted, since there usually is no need to debug any third party code. The step into command should thus only step into code which belongs to the current project by default. Users who really want to step into external code as well should have an option to enable this.

This may be related to bug 303119 which also changed the behavior of the step into command.