| Package | Description |
|---|---|
| org.teavm.debugging | |
| org.teavm.debugging.information |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
Breakpoint.getLocation() |
SourceLocation |
CallFrame.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Debugger.continueToLocation(SourceLocation location) |
Breakpoint |
Debugger.createBreakpoint(SourceLocation location) |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation[] |
DebugInformation.getFollowingLines(SourceLocation location) |
SourceLocation |
DebugInformation.getSourceLocation(GeneratedLocation generatedLocation) |
SourceLocation |
DebugInformation.getSourceLocation(int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugInformationBuilder.addSuccessors(SourceLocation location,
SourceLocation[] successors) |
void |
DebugInformationBuilder.addSuccessors(SourceLocation location,
SourceLocation[] successors) |
void |
DummyDebugInformationEmitter.addSuccessors(SourceLocation location,
SourceLocation[] successors) |
void |
DummyDebugInformationEmitter.addSuccessors(SourceLocation location,
SourceLocation[] successors) |
void |
DebugInformationEmitter.addSuccessors(SourceLocation location,
SourceLocation[] successors) |
void |
DebugInformationEmitter.addSuccessors(SourceLocation location,
SourceLocation[] successors) |
DebuggerCallSite[] |
DebugInformation.getCallSites(SourceLocation location) |
SourceLocation[] |
DebugInformation.getFollowingLines(SourceLocation location) |
Collection<GeneratedLocation> |
DebugInformation.getGeneratedLocations(SourceLocation sourceLocation) |
Copyright © 2015. All rights reserved.