Dmitry Sharshakov
|
c7759a5aa0
|
Merge remote-tracking branch 'origin/master' into debug
|
3 years ago |
Dmitry Sharshakov
|
4ee66b8766
|
Support remote debug adapter
|
3 years ago |
Dmitry Sharshakov
|
326293cb57
|
only show variables' names and types
|
3 years ago |
Kirawi
|
b99db7c687
|
Move path util functions from helix-term to helix-core (#650)
|
3 years ago |
Dmitry Sharshakov
|
2c3e2b979b
|
Workaround for debugging Go tests
|
3 years ago |
Dmitry Sharshakov
|
8cc6d68160
|
Autocomplete files for debug command
|
3 years ago |
Dmitry Sharshakov
|
235a84d989
|
Remove shortcut for starting debug
|
3 years ago |
Dmitry Sharshakov
|
299da5a35b
|
Support attach request
|
3 years ago |
Dmitry Sharshakov
|
b001008a69
|
Support templates in debug configurations
|
3 years ago |
Dmitry Sharshakov
|
31212e133d
|
Rename functions
|
3 years ago |
Dmitry Sharshakov
|
1041a5bb07
|
Support launching configs by name
|
3 years ago |
Dmitry Sharshakov
|
c463142e5e
|
Create new debugger config format
|
3 years ago |
Dmitry Sharshakov
|
34c6094604
|
refactor
|
3 years ago |
Dmitry Sharshakov
|
fdad7d67aa
|
Check capabilities for breakpoint config
|
3 years ago |
Dmitry Sharshakov
|
c4085b4e88
|
Use saturating_sub for lenght
|
3 years ago |
Dmitry Sharshakov
|
5d3c69d565
|
Support logpoints
Tested with Node (Delve and LLDB do not support logpoints)
|
3 years ago |
Blaž Hrastnik
|
bf5b9a9f35
|
ui: Tone down the preview highlight by adding a new scope
|
3 years ago |
Blaž Hrastnik
|
e6cb183134
|
ui: Fix preview window padding: we want horizontal, not vertical
|
3 years ago |
Blaž Hrastnik
|
a5c3c6c6a9
|
ui: Highlight line ranges in the preview
|
3 years ago |
CossonLeo
|
490125f008
|
info component style config use ui.info ui.info.text (#643)
|
3 years ago |
Blaž Hrastnik
|
1d45f50781
|
fix: Don't internally use relative paths in the buffer picker
Fixes #619
|
3 years ago |
devins2518
|
e1c9f13263
|
Add :vsplit and :hsplit commands (#639)
* add vsplit and hsplit commands
* handle splits more elegantly
|
3 years ago |
dependabot[bot]
|
864618242b
|
Bump crossterm from 0.20.0 to 0.21.0 (#644)
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits)
---
updated-dependencies:
- dependency-name: crossterm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Dmitry Sharshakov
|
ec599a1eac
|
Do not panic if entered unknown code via stack trace
e.g. Rust std library
|
3 years ago |
Dmitry Sharshakov
|
3a5e044c89
|
languages: support debug for Rust with LLDB
|
3 years ago |
Dmitry Sharshakov
|
09c994a97a
|
editor: drop telemetry output messages
|
3 years ago |
Dmitry Sharshakov
|
b6b99b2487
|
config: minor fixes
|
3 years ago |
Dmitry Sharshakov
|
839d210573
|
Enable stdio transport via config
|
3 years ago |
Dmitry Sharshakov
|
f55a012fb7
|
editor: add debug session config
|
3 years ago |
Dmitry Sharshakov
|
c5b210df59
|
Add debug-adapter field to languages.toml
|
3 years ago |
Dmitry Sharshakov
|
b78f70e602
|
show breakpoint condition in diagnostics
|
3 years ago |
Dmitry Sharshakov
|
53ee57f84a
|
clippy
|
3 years ago |
Dmitry Sharshakov
|
f247858055
|
Support conditional breakpoints
|
3 years ago |
Dmitry Sharshakov
|
3197c2536e
|
Add eval command
|
3 years ago |
Dmitry Sharshakov
|
838f69929d
|
Simplify variables display
|
3 years ago |
Dmitry Sharshakov
|
060a422c7e
|
fix crash when pausing
|
3 years ago |
Dmitry Sharshakov
|
d0b0c9b2ef
|
editor: select a range if stack pointer has an end
|
3 years ago |
Dmitry Sharshakov
|
132198323c
|
editor: go to pos where stack pointer is located
|
3 years ago |
Dmitry Sharshakov
|
be9dc5802a
|
editor: mark target as running when continued
|
3 years ago |
Dmitry Sharshakov
|
d93cd2a261
|
editor: support stepIn, stepOut, next and pause commands
|
3 years ago |
Blaž Hrastnik
|
28658836ee
|
Add more event types, simplify event decoding
|
3 years ago |
Dmitry Sharshakov
|
2aee5f02d0
|
Style
|
3 years ago |
Dmitry Sharshakov
|
7233ab2deb
|
Merge branch 'debug' of https://github.com/sh7dm/helix into debug
|
3 years ago |
Blaž Hrastnik
|
a964cbae65
|
Extract handle_debugger_message, we should avoid bloating tokio::select!
|
3 years ago |
Dmitry Sharshakov
|
91f2c60b36
|
Jump to stack pointer when stopped
|
3 years ago |
Blaž Hrastnik
|
607b92b2e3
|
fix: Place the cursor on the start of the selected symbol
Fixes #626
|
3 years ago |
Dmitry Sharshakov
|
89ad54a2e5
|
Add variable type to output
|
3 years ago |
Dmitry Sharshakov
|
cc66475592
|
Add commands for variable introspection
|
3 years ago |
Kirawi
|
59e0ceef8c
|
better panic messages for when you're missing selection scopes (#608)
|
3 years ago |
Dmitry Sharshakov
|
95ba4ff5bd
|
Hide stack pointer when continued
|
3 years ago |