aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Refactor new Rect construction (#575)Gokul Soumya2021-08-21
| | | | | | | | | | | | | | | | | | | | * Refactor new Rect construction Introduces methods that can be chained to construct new Rects out of pre-existing ones * Clamp x and y to edges in Rect chop methods * Rename Rect clipping functions
| * fix: add missing optional keyword to protobuf syntaxYusuf Bera Ertan2021-08-20
| |
* | Support remote debug adapterDmitry Sharshakov2021-08-25
| |
* | Format Cargo.tomlDmitry Sharshakov2021-08-25
| |
* | only show variables' names and typesDmitry Sharshakov2021-08-25
| |
* | Workaround for debugging Go testsDmitry Sharshakov2021-08-24
| |
* | Autocomplete files for debug commandDmitry Sharshakov2021-08-24
| |
* | Remove shortcut for starting debugDmitry Sharshakov2021-08-24
| |
* | Support attach requestDmitry Sharshakov2021-08-24
| |
* | 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
| | |