| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands | |
| com.github.kklisura.cdt.protocol.types.debugger |
| Modifier and Type | Method and Description |
|---|---|
void |
Debugger.setBlackboxedRanges(String scriptId,
List<ScriptPosition> positions)
Makes backend skip steps in the script in blackboxed ranges.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptPosition |
LocationRange.getEnd() |
ScriptPosition |
LocationRange.getStart() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationRange.setEnd(ScriptPosition end) |
void |
LocationRange.setStart(ScriptPosition start) |
Copyright © 2021 Kenan Klisura. All rights reserved.