Debugger: Add stepping tests for function breakpoints

This commit is contained in:
Yan Zhulanow
2019-07-15 16:48:20 +09:00
parent 023baf6233
commit b1f132d750
7 changed files with 189 additions and 3 deletions
@@ -181,4 +181,9 @@ public class KtPropertyAccessor extends KtDeclarationStub<KotlinPropertyAccessor
public KtProperty getProperty() {
return (KtProperty) getParent();
}
@Override
public int getTextOffset() {
return getNamePlaceholder().getTextRange().getStartOffset();
}
}