At 04:03 PM 2/9/00 -0600, Chuck Irvine wrote:
>There is a step-over function. The problem arises when a single line
>incorporates calls to both system and application methods, and you do
>want to step into the latter. The design that I have heard mentioned
>would make it configurable whether or not you want to be able to step
>into system methods.
>

Yes. I think it is feasible to create a customization variable that would
allow you to specify classes or packages of classes whose methods you would
prefer to skip when stepping into a method. When you issue a step-into
command, the JDEBug would look at the result. If the result is a method
from a forbidden class, it would immediately issue a step out command,
without updating the source buffer, and then another step-into command.
This would continue until a non-forbidden method is entered. Only then
would the source pointer be updated. I will implement this approach asap.

- Paul

Reply via email to