Bug 376711

Summary: [debug] New step action: Step over statement
Product: [Eclipse Project] JDT Reporter: T. Orf <t.orf>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.8   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description T. Orf CLA 2012-04-13 07:55:26 EDT
Build Identifier: Version: Indigo Service Release 2. Build id: 20120216-1857

Please consider adding a variant of "step over" which ignores line breaks, i.e. always executes a full statement. E.g. i'd like to step over code
  r =
    f(x, y);
in one step, not one for evaluating f(x, y) and one for the assignment.

If such a "step over statement" is added, the existing "step over" should maybe be renamed to "step over line".

(In our team, many line breaks are just "noise" added by a formatting tool. Thus, they have nothing to do with logical structure and chunks to treat as one step. I guess that applies to many projects/companies.)

Reproducible: Always