aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/src/types.rs
Commit message (Collapse)AuthorAge
* dap: Reply to RunInTerminalBlaž Hrastnik2021-12-06
|
* dap: Add RunInTerminal reverse request, support replying to requestsBlaž Hrastnik2021-12-03
|
* dap: Consistently rename type as tyBlaž Hrastnik2021-11-07
|
* dap: Remove Deref for DebuggerCapabilitiesBlaž Hrastnik2021-11-07
| | | | Looks like a mistake
* Use a newtype for ThreadIdBlaž Hrastnik2021-10-17
|
* editor: support setExceptionBreakpointsDmitry Sharshakov2021-09-26
|
* compat: make thread IDs signedDmitry Sharshakov2021-09-03
| | | | Delve needs it
* Defaults in completions, better schemaDmitry Sharshakov2021-08-29
|
* wip: refactor parameters in UI startDmitry Sharshakov2021-08-29
|
* Customized completion for template parametersDmitry Sharshakov2021-08-28
|
* Support templates in debug configurationsDmitry Sharshakov2021-08-24
|
* FormatDmitry Sharshakov2021-08-24
|
* Create new debugger config formatDmitry Sharshakov2021-08-24
|
* fix freeze with lldb terminated eventDmitry Sharshakov2021-08-23
|
* types: make some fields optional as in specDmitry Sharshakov2021-08-23
|
* config: minor fixesDmitry Sharshakov2021-08-23
|
* Enable stdio transport via configDmitry Sharshakov2021-08-23
|
* Add debug-adapter field to languages.tomlDmitry Sharshakov2021-08-23
|
* Fix line endingsDmitry Sharshakov2021-08-22
|
* Add eval commandDmitry Sharshakov2021-08-22
|
* dap: support stepIn, stepOut, next and pause commandsDmitry Sharshakov2021-08-22
|
* Add more event types, simplify event decodingBlaž Hrastnik2021-08-22
|
* dap: Split out launch from initBlaž Hrastnik2021-08-20
|
* Add Default to some structsBlaž Hrastnik2021-08-20
|
* fix: Used the wrong type for variablesBlaž Hrastnik2021-08-20
|
* dap: Significantly simplify code using the Request traitBlaž Hrastnik2021-08-20
|
* Refactor types, add a Request traitBlaž Hrastnik2021-08-20
|
* dap: Split types off into types.rsBlaž Hrastnik2021-08-20