When opening the DrJava in debugging mode, only I can
able to set the break point. Other options like step
into/over, suspending /resuming are not possible.This is
happing for even small programs.
Are you setting breakpoints and then trying to run the code
from the Interactions Pane? For example, if you have a
method called getX(), and you set a breakpoint on a line
within the body of getX(), then typing getX() in the
Interactions Pane should cause the breakpoint to get hit,
and you should be able to step.
If you're still having problems, please tell me.
James
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm reclassifying this as a feature request for improved
documentation on debugger use. Since our debugging model
differs slightly from the conventional model, we should
document how to use our debugger more clearly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=557360
Hello Rama,
Are you setting breakpoints and then trying to run the code
from the Interactions Pane? For example, if you have a
method called getX(), and you set a breakpoint on a line
within the body of getX(), then typing getX() in the
Interactions Pane should cause the breakpoint to get hit,
and you should be able to step.
If you're still having problems, please tell me.
James
Logged In: YES
user_id=697810
I'm reclassifying this as a feature request for improved
documentation on debugger use. Since our debugging model
differs slightly from the conventional model, we should
document how to use our debugger more clearly.