Menu

#187 improved debugger documentation

open
nobody
Debugger (17)
5
2004-04-16
2004-01-25
No

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.

Discussion

  • James Hsia

    James Hsia - 2004-01-28

    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

     
  • Neal Horowitz

    Neal Horowitz - 2004-04-02

    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.

     
  • Neal Horowitz

    Neal Horowitz - 2004-04-02
    • labels: 415671 -->
     
  • Neal Horowitz

    Neal Horowitz - 2004-04-16
    • labels: --> Debugger
    • summary: debugger is not working properly (step into/over) --> improved debugger documentation