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
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
- duplicates
-
JDK-6373246 Request for more breakpoint locations in executable code.
-
- Closed
-
-
JDK-4072819 JPDA: Add character offset source location information
-
- Closed
-
-
JDK-4651618 JPDA: allow expression level source info - character range attribute and APIs
-
- Closed
-