Bug 376711 - [debug] New step action: Step over statement
Summary: [debug] New step action: Step over statement
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 07:55 EDT by T. Orf CLA
Modified: 2012-04-13 07:55 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 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