Skip to content

Commit fbc262c

Browse files
committed
Update since tag
1 parent 509379b commit fbc262c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/IJavaDebugTarget.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,14 @@ public void removeHotCodeReplaceListener(
585585
*
586586
* @param statementOnly
587587
* whether to debugger should step over on statements
588+
* @since 3.6
588589
*/
589590
public void setStatementOnlyStepOver(boolean statementOnly);
590591

591592
/**
592593
* Check if the debugger should skip intermediate instructions and suspend/step only on actual statements
593594
*
595+
* @since 3.6
594596
*/
595597
public boolean isStatementOnlyStepOver();
596598

0 commit comments

Comments
 (0)