Метод | Описание | |
---|---|---|
CreateBreakpointAsync ( this tracer, |
||
NextPromptShouldBeBrowseAsync ( this session ) : System.Threading.Tasks.Task | ||
ShouldBeAtAsync ( this session, RSourceLocation location, int offset ) : System.Threading.Tasks.Task | ||
ShouldBeAtAsync ( this session, string fileName, int lineNumber ) : System.Threading.Tasks.Task | ||
ShouldHaveTracebackAsync ( this session, TracebackBuilder builder ) : Task |
public static CreateBreakpointAsync ( this tracer, |
||
tracer | this | |
sf | ||
lineNumber | int | |
Результат | Task |
public static NextPromptShouldBeBrowseAsync ( this session ) : System.Threading.Tasks.Task | ||
session | this | |
Результат | System.Threading.Tasks.Task |
public static ShouldBeAtAsync ( this session, RSourceLocation location, int offset ) : System.Threading.Tasks.Task | ||
session | this | |
location | RSourceLocation | |
offset | int | |
Результат | System.Threading.Tasks.Task |
public static ShouldBeAtAsync ( this session, string fileName, int lineNumber ) : System.Threading.Tasks.Task | ||
session | this | |
fileName | string | |
lineNumber | int | |
Результат | System.Threading.Tasks.Task |
public static ShouldHaveTracebackAsync ( this session, TracebackBuilder builder ) : Task |
||
session | this | |
builder | TracebackBuilder | |
Результат | Task |