Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4038839

Debugger API does not step through "for" loops.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.1
    • core-svc
    • None
    • generic
    • generic

       Debugger API does not step through "for" loops. Compile attached
      program (SMHDebug5.java):

      compile with javac -g SMJDebug5.java
      run jdb
      >stop in SMJDebug5.main
      >run SMJDebug5
      >next
      >next
      >next

      now look at the screen. The println has already executed. It
      should have traced through the for() loop.

      This happens with my debugger too, so it's the API, not JDB.

            rfield Robert Field (Inactive)
            tonywyant Tony Wyant (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: