how to debug (step into) ajavaapplicatio n?
how to debug (step into) ajavaapplication?
Collapse
X
-
Tags: None
-
That depends. What exactly are you trying to do? Are you developing an application, which you now wish to debug? Or have you downloaded one, which doesn't work properly?
Are you using an IDE (like Eclipse or Netbeans) or just an editor? If so, which one?
Is there a specific error, you get? If so, when do you get it?
The questions could go on and on... Give us some more information!
Greetings,
Nepomuk -
Originally posted by nepomukThat depends. What exactly are you trying to do? Are you developing an application, which you now wish to debug? Or have you downloaded one, which doesn't work properly?
Are you using an IDE (like Eclipse or Netbeans) or just an editor? If so, which one?
Is there a specific error, you get? If so, when do you get it?
The questions could go on and on... Give us some more information!
Greetings,
Nepomuk
thanksComment
-
Originally posted by ahmed222tooi use netbeans as an editor, i developed javaapplication and wish to debug to trace the steps. the project has logical error so i wish to trace the steps.
thanks
Or better yet, click Help->Help Contents and then click Search in the dialog that appears there and search for Debug.Comment
-
Originally posted by ahmed222tooi use netbeans as an editor, i developed javaapplication and wish to debug to trace the steps. the project has logical error so i wish to trace the steps.
thanks
Debugging in Netbeans
Also this can be usefule.
Adding BreakpointsComment
Comment