We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509379b commit fbc262cCopy full SHA for fbc262c
1 file changed
org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/IJavaDebugTarget.java
@@ -585,12 +585,14 @@ public void removeHotCodeReplaceListener(
585
*
586
* @param statementOnly
587
* whether to debugger should step over on statements
588
+ * @since 3.6
589
*/
590
public void setStatementOnlyStepOver(boolean statementOnly);
591
592
/**
593
* Check if the debugger should skip intermediate instructions and suspend/step only on actual statements
594
595
596
597
public boolean isStatementOnlyStepOver();
598
0 commit comments