aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/src
Commit message (Expand)AuthorAge
* Improve error handling for `which::which` failuresMichael Davis2024-01-24
* Re-export `which` from `helix-stdx::env`Michael Davis2024-01-24
* remove build warnings (#9180)Tshepang Mbambo2024-01-04
* Fix unwrap bug in DAP (#6786)A-Walrus2023-04-17
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
* feat(dap): implement Restart request (#5651)Filip Dutescu2023-03-06
* feat(dap): send Disconnect if Terminated event received (#5532)Filip Dutescu2023-02-20
* DAP: Add request ID to request timeout message (#6018)xiaoma200820082023-02-16
* Fix name of channel endpoints in DAP client (#5366)taupiqueur2023-01-11
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* feat(csharp,debug): add C# debugger support (#4213)Filip Dutescu2022-10-15
* DAP: Make `cwd` required in RunTerminalArgumentsMichael Davis2022-07-05
* DAP: Skip serializing `Option`s when `None`Michael Davis2022-07-05
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Use which to resolve lsp/dap binariesBlaž Hrastnik2022-02-24
* dap: Reduce amount of block_on usesBlaž Hrastnik2022-02-15
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
* Make thread_picker non-blockingBlaž Hrastnik2021-12-06
* dap: Reply to RunInTerminalBlaž Hrastnik2021-12-06
* dap: Add RunInTerminal reverse request, support replying to requestsBlaž Hrastnik2021-12-03
* dap: All of these calls don't need &mutBlaž Hrastnik2021-12-03
* Make dap_start non-blockingBlaž Hrastnik2021-12-03
* dap: Split call/request in the same way LSP doesBlaž Hrastnik2021-12-03
* dap: Start working on runInTerminal supportBlaž Hrastnik2021-12-03
* dap: Rewrite breakpoints so that there's a single set maintainedBlaž Hrastnik2021-11-30
* dap: Consistently rename type as tyBlaž Hrastnik2021-11-07
* dap: Remove Deref for DebuggerCapabilitiesBlaž Hrastnik2021-11-07
* dap: Get rid of excessive cloningBlaž Hrastnik2021-11-07
* Use a newtype for ThreadIdBlaž Hrastnik2021-10-17
* Invert core -> dap dependencyBlaž Hrastnik2021-10-17
* Port over parsing improvements from the LSPBlaž Hrastnik2021-10-17
* fix lintsDmitry Sharshakov2021-09-26
* editor: add Node.js debuggerDmitry Sharshakov2021-09-26
* editor: support setExceptionBreakpointsDmitry Sharshakov2021-09-26
* lldb: use stdio transport by defaultDmitry Sharshakov2021-09-06
* Get breakpoint reports from debuggerDmitry Sharshakov2021-09-06
* compat: make thread IDs signedDmitry Sharshakov2021-09-03
* Handle stderrBlaž Hrastnik2021-09-03
* dap: Allow setting breakpoints before starting the adapterBlaž Hrastnik2021-09-03
* dap: small TODOBlaž Hrastnik2021-09-03
* dap: Extract thread_picker, make pause explicitly select a threadBlaž Hrastnik2021-09-03
* dap: Extract a thread_states mapBlaž Hrastnik2021-09-03
* dap: refactor frame handlingBlaž Hrastnik2021-08-30
* dap: Remap keys, match current thread behavior from dap-mode, switch-threadBlaž Hrastnik2021-08-29
* 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