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

JVMTI Spec: Add support for expression level stepping - character range attribute and APIs

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P3 P3
    • tbd
    • 8
    • core-svc
    • generic, x86, sparc
    • generic, linux, solaris_9, windows_nt, windows_2000

      Current JPDA is line oriented.
      For example:

      if ( (i == 1) &&
           (a [i] != null) &&
           (a [i].getX () != null) )

      this expression is executed in one step action during debugging.
      ((StepRequest.STEP_OVER & StepRequest.STEP_LINE))

      But sometimes user needs to step into expression.
      Can you add somethink like:
      StepRequest.STEP_EXPRESSION
      and
      Location.columnNumber () ?
      ###@###.### 2004-03-31

            Unassigned Unassigned
            jjancura Jan Jancura (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: