aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Support templates in debug configurationsDmitry Sharshakov2021-08-24
| |
* | Rename functionsDmitry Sharshakov2021-08-24
| |
* | Support launching configs by nameDmitry Sharshakov2021-08-24
| |
* | FormatDmitry Sharshakov2021-08-24
| |
* | Add new format configs for Rust and C/C++Dmitry 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
| |
* | Use saturating_sub for lenghtDmitry Sharshakov2021-08-24
| |
* | Support logpointsDmitry Sharshakov2021-08-24
| | | | | | | | Tested with Node (Delve and LLDB do not support logpoints)
* | Do not panic if entered unknown code via stack traceDmitry Sharshakov2021-08-23
| | | | | | | | e.g. Rust std library
* | languages: support debug for Rust with LLDBDmitry Sharshakov2021-08-23
| |
* | add lldb for c++Dmitry Sharshakov2021-08-23
| |
* | fix freeze with lldb terminated eventDmitry Sharshakov2021-08-23
| |
* | editor: drop telemetry output messagesDmitry Sharshakov2021-08-23
| |
* | types: make some fields optional as in specDmitry Sharshakov2021-08-23
| |
* | add lldb debugger for CDmitry Sharshakov2021-08-23
| |
* | Fix testsDmitry 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
| |
* | editor: add debug session configDmitry Sharshakov2021-08-23
| |
* | Add debug-adapter field to languages.tomlDmitry Sharshakov2021-08-23
| |
* | Fix line endingsDmitry Sharshakov2021-08-22
| |
* | show breakpoint condition in diagnosticsDmitry Sharshakov2021-08-22
| |
* | clippyDmitry Sharshakov2021-08-22
| |
* | Support conditional breakpointsDmitry Sharshakov2021-08-22
| |
* | Add eval commandDmitry Sharshakov2021-08-22
| |
* | Simplify variables displayDmitry Sharshakov2021-08-22
| |
* | fix crash when pausingDmitry Sharshakov2021-08-22
| |
* | examples: fix buildDmitry Sharshakov2021-08-22
| |
* | editor: select a range if stack pointer has an endDmitry Sharshakov2021-08-22
| |
* | editor: go to pos where stack pointer is locatedDmitry Sharshakov2021-08-22
| |
* | editor: mark target as running when continuedDmitry 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
| |
* | StyleDmitry Sharshakov2021-08-22
| |
* | Merge branch 'debug' of https://github.com/sh7dm/helix into debugDmitry Sharshakov2021-08-22
|\ \
| * | Extract handle_debugger_message, we should avoid bloating tokio::select!Blaž Hrastnik2021-08-22
| | |
* | | Jump to stack pointer when stoppedDmitry Sharshakov2021-08-22
|/ /
* | Add variable type to outputDmitry Sharshakov2021-08-22
| |
* | Add commands for variable introspectionDmitry Sharshakov2021-08-22
| |
* | Hide stack pointer when continuedDmitry Sharshakov2021-08-21
| |
* | Disable continuing when runningDmitry Sharshakov2021-08-21
| |
* | Continue command in keymapDmitry Sharshakov2021-08-21
| |
* | Continue commandDmitry Sharshakov2021-08-21
| |
* | Drop and terminate debuggerDmitry Sharshakov2021-08-21
| |
* | Add command to detach debuggerDmitry Sharshakov2021-08-21
| |