Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BreakpointLocation ¶
type BreakpointLocation struct {
Line uint32
Column uint32
ClassName string
MethodName string
MethodSignature string
}
BreakpointLocation represents a breakpoint location.
type ResolveBreakpoints ¶
type ResolveBreakpoints struct {
WorkspaceRoot string
SourceURI string
Breakpoints []*protocol.Position
}
ResolveBreakpoints represents a request to resolve breakpoints.
type ResolveClassToPath ¶
type ResolveClassToPath struct {
WorkspaceRoot string
FullyQualifiedName string
SourceRelativePath string
}
ResolveClassToPath represents a request to resolve a class to a path.
Click to show internal directories.
Click to hide internal directories.