Hi all,
I am interested in your feedback on the following proposal. I propose to
replace the current Step Into command with two new commands:
- Step In
This command would step into any method/constructor except those defined
by the java and sun packages, i.e., the basic Java API classes.
- Step In+
This command would step into any method except those that match
class exclusion filters that you specify.
The first command allows you to step through your own code without having
to wade through system classes, such as class loaders, for example, when
you step into a constructor. The second command would provide you with
total freedom to step into any class, including system classes. It would be
useful, for example, if you needed to figure out how a JDK API method works.
What do you think?
- Paul