Results 1 to 3 of 3

Thread: Does Java SDK have a debugger {resovled}

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    Does Java SDK have a debugger {resovled}

    Hello

    I am using Java SDK 1_3. Can anyone tell me if it has a debugger. I find it difficult to find errors in my programs without the use of a debugger.

    Thanks in advance

    Steve
    Last edited by steve_rm; Nov 10th, 2003 at 03:49 AM.
    steve

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    jdb, the Java command line debugger. Great fun to use

    The hard thing is to set it up so that you are actually hooked into a java app, once you got that it's easy.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    And NetBeans and probably all other IDEs come with a graphical debugger.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width