aboutsummaryrefslogtreecommitdiff
path: root/helix-dap
Commit message (Collapse)AuthorAge
* Support templates in debug configurationsDmitry Sharshakov2021-08-24
|
* FormatDmitry Sharshakov2021-08-24
|
* Create new debugger config formatDmitry Sharshakov2021-08-24
|
* refactorDmitry Sharshakov2021-08-24
|
* Enable variable types in DAP configDmitry Sharshakov2021-08-24
| | | | We have this feature
* Check capabilities for breakpoint configDmitry Sharshakov2021-08-24
|
* fix freeze with lldb terminated eventDmitry Sharshakov2021-08-23
|
* types: make some fields optional as in specDmitry Sharshakov2021-08-23
|
* chore: bump helix-dap version to 0.4.1Dmitry 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
|
* examples: fix buildDmitry Sharshakov2021-08-22
|
* editor: support stepIn, stepOut, next and pause commandsDmitry Sharshakov2021-08-22
|
* dap: support stepIn, stepOut, next and pause commandsDmitry Sharshakov2021-08-22
|
* Add more event types, simplify event decodingBlaž Hrastnik2021-08-22
|
* Disable continuing when runningDmitry Sharshakov2021-08-21
|
* add rx dispatcher to examplesDmitry Sharshakov2021-08-21
|
* refactor: handle DAP events in editor main loopDmitry Sharshakov2021-08-21
|
* Don't leave debugged programs runningDmitry Sharshakov2021-08-21
|
* Add stack pointer display when stoppedDmitry Sharshakov2021-08-21
|
* make CI greenDmitry Sharshakov2021-08-20
|
* dap: Split out launch from initBlaž Hrastnik2021-08-20
|
* Work towards a breakpoint UIBlaž Hrastnik2021-08-20
|
* Add Default to some structsBlaž Hrastnik2021-08-20
|
* wipBlaž Hrastnik2021-08-20
|
* Silence TCP client messages on stdout, log them in the futureBlaž Hrastnik2021-08-20
|
* Start integrating into the editor's event loopBlaž Hrastnik2021-08-20
|
* Avoid cloning a request on sendBlaž Hrastnik2021-08-20
|
* Fix example compilationBlaž 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
|
* A request always needs to have a response, per spec (the body can be empty)Blaž Hrastnik2021-08-20
|
* Get cargo check to pass in the subcrateBlaž Hrastnik2021-08-20
|
* client: support tcp_process transportDmitry Sharshakov2021-08-20
|
* examples: continue handling output eventsDmitry Sharshakov2021-08-20
|
* refactor: use tagged enum for handling DAP payloadsDmitry Sharshakov2021-08-20
|
* examples: make examples identicalDmitry Sharshakov2021-08-20
|
* working lldb exampleDmitry Sharshakov2021-08-20
|
* Revert "compat: don't wait for launch and attach response"Dmitry Sharshakov2021-08-20
| | | | | | This reverts commit 766e3380622e2c7ddf5051ed672b78ece8d99f1f. Not required for lldb-vscode
* dap-dlv: rename from dap-goDmitry Sharshakov2021-08-20
|
* dap-lldb: adjust breakpoint positionDmitry Sharshakov2021-08-20
|
* formatDmitry Sharshakov2021-08-20
|
* formatDmitry Sharshakov2021-08-20
|
* dap: create C exampleDmitry Sharshakov2021-08-20
|
* formatDmitry Sharshakov2021-08-20
|