| Field and Description |
|---|
| org.eclipse.lsp4j.debug.VariablePresentationHintKind.DATA_BREAKPOINT
The 'hasDataBreakpoint' attribute should generally be used instead.
|
| Method and Description |
|---|
| org.eclipse.lsp4j.debug.SetBreakpointsArguments.getLines()
Use the line field in the breakpoints property instead.
|
| org.eclipse.lsp4j.debug.SetBreakpointsArguments.setLines(int[])
Use the line field in the breakpoints property instead.
|