[ 
https://issues.apache.org/jira/browse/NETBEANS-6123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-6123:
-------------------------------------
    Labels: pull-request-available  (was: )

> Step and Continue after breakpoint suspends at wrong place after eval.
> ----------------------------------------------------------------------
>
>                 Key: NETBEANS-6123
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6123
>             Project: NetBeans
>          Issue Type: Bug
>          Components: debugger - Java
>            Reporter: Martin Entlicher
>            Assignee: Martin Entlicher
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 12.6
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Suppose that user performs a step over code that contains a breakpoint.
> In this case the step is interrupted with the breakpoint, the code suspends 
> on the breakpoint and the user can decide to either continue debugging from 
> the breakpoint, or do continue to finish the step.
> That works fine if there is no code evaluation before the continue. If there 
> is, the step is resubmitted from the current (breakpoint) location. This is 
> unexpected since the original step would not be completed and a new local 
> step is performed after continue instead.
> We need to assure that the step is not resubmitted from the breakpoint 
> location and the original step is completed as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to