Method TrySetNextStatementAsync
- Namespace
- Alternet.Scripter.Debugger.IronPython
- Assembly
- Alternet.Scripter.IronPython.Debugger.v9.dll
TrySetNextStatementAsync(int, CancellationToken)
When implemented by a class, tries to set the execution point to the specified line of code.
public Task<Result> TrySetNextStatementAsync(int lineNumber, CancellationToken cancellationToken = default)
Parameters
lineNumber
intLine number to be going to.
cancellationToken
CancellationToken