Debugger: Add stepping tests for function breakpoints
This commit is contained in:
@@ -181,4 +181,9 @@ public class KtPropertyAccessor extends KtDeclarationStub<KotlinPropertyAccessor
|
||||
public KtProperty getProperty() {
|
||||
return (KtProperty) getParent();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getTextOffset() {
|
||||
return getNamePlaceholder().getTextRange().getStartOffset();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user