Debugger API does not step through "for" loops.

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: 1.1
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: