Dmitry Sharshakov
|
b78f70e602
|
show breakpoint condition in diagnostics
|
2021-08-22 15:52:05 +03:00 |
|
Dmitry Sharshakov
|
53ee57f84a
|
clippy
|
2021-08-22 15:16:59 +03:00 |
|
Dmitry Sharshakov
|
f247858055
|
Support conditional breakpoints
|
2021-08-22 15:06:27 +03:00 |
|
Dmitry Sharshakov
|
3197c2536e
|
Add eval command
|
2021-08-22 14:44:16 +03:00 |
|
Dmitry Sharshakov
|
838f69929d
|
Simplify variables display
|
2021-08-22 12:49:18 +03:00 |
|
Dmitry Sharshakov
|
060a422c7e
|
fix crash when pausing
|
2021-08-22 12:26:36 +03:00 |
|
Dmitry Sharshakov
|
d0b0c9b2ef
|
editor: select a range if stack pointer has an end
|
2021-08-22 12:06:43 +03:00 |
|
Dmitry Sharshakov
|
132198323c
|
editor: go to pos where stack pointer is located
|
2021-08-22 11:56:22 +03:00 |
|
Dmitry Sharshakov
|
be9dc5802a
|
editor: mark target as running when continued
|
2021-08-22 11:21:02 +03:00 |
|
Dmitry Sharshakov
|
d93cd2a261
|
editor: support stepIn, stepOut, next and pause commands
|
2021-08-22 11:16:11 +03:00 |
|
Blaž Hrastnik
|
28658836ee
|
Add more event types, simplify event decoding
|
2021-08-22 16:05:12 +09:00 |
|
Dmitry Sharshakov
|
2aee5f02d0
|
Style
|
2021-08-22 09:52:37 +03:00 |
|
Dmitry Sharshakov
|
7233ab2deb
|
Merge branch 'debug' of https://github.com/sh7dm/helix into debug
|
2021-08-22 09:47:22 +03:00 |
|
Blaž Hrastnik
|
a964cbae65
|
Extract handle_debugger_message, we should avoid bloating tokio::select!
|
2021-08-22 15:36:07 +09:00 |
|
Dmitry Sharshakov
|
91f2c60b36
|
Jump to stack pointer when stopped
|
2021-08-22 09:28:50 +03:00 |
|
Dmitry Sharshakov
|
89ad54a2e5
|
Add variable type to output
|
2021-08-22 08:31:01 +03:00 |
|
Dmitry Sharshakov
|
cc66475592
|
Add commands for variable introspection
|
2021-08-22 08:25:38 +03:00 |
|
Dmitry Sharshakov
|
95ba4ff5bd
|
Hide stack pointer when continued
|
2021-08-21 21:00:18 +03:00 |
|
Dmitry Sharshakov
|
f3e47bfee4
|
Disable continuing when running
|
2021-08-21 20:55:45 +03:00 |
|
Dmitry Sharshakov
|
5230a2b669
|
Continue command in keymap
|
2021-08-21 20:44:14 +03:00 |
|
Dmitry Sharshakov
|
66c035fa99
|
Continue command
|
2021-08-21 20:42:13 +03:00 |
|
Dmitry Sharshakov
|
6709b4242f
|
Drop and terminate debugger
|
2021-08-21 20:38:03 +03:00 |
|
Dmitry Sharshakov
|
26dee49dc9
|
Add command to detach debugger
|
2021-08-21 20:33:56 +03:00 |
|
Dmitry Sharshakov
|
462c8a6ec8
|
Show debugger output in the statusline
|
2021-08-21 20:29:01 +03:00 |
|
Dmitry Sharshakov
|
5a06263b78
|
report status when target started or stopped
|
2021-08-21 20:08:37 +03:00 |
|
Dmitry Sharshakov
|
bcab93c94e
|
Update editor window when stopped
|
2021-08-21 17:26:51 +03:00 |
|
Dmitry Sharshakov
|
a938f5a87a
|
refactor: handle DAP events in editor main loop
|
2021-08-21 17:21:35 +03:00 |
|
Dmitry Sharshakov
|
3fc501c99f
|
Correctly display 1-based breakpoints
|
2021-08-21 15:17:25 +03:00 |
|
Dmitry Sharshakov
|
56bddb12f8
|
Highlight line number of stack pointer
|
2021-08-21 14:58:05 +03:00 |
|
Dmitry Sharshakov
|
5f5b383979
|
Fix clippy warnings
|
2021-08-21 14:35:53 +03:00 |
|
Dmitry Sharshakov
|
6458edecfd
|
Add stack pointer display when stopped
|
2021-08-21 14:15:29 +03:00 |
|
Dmitry Sharshakov
|
738e8a4dd3
|
Unify init and launch commands
|
2021-08-20 19:11:37 +03:00 |
|
Dmitry Sharshakov
|
9e22842d51
|
move debug command to keybinding
|
2021-08-20 19:06:52 +03:00 |
|
Dmitry Sharshakov
|
e2c74d26e0
|
Add command to run debug target
|
2021-08-20 18:18:35 +03:00 |
|
Dmitry Sharshakov
|
c4970c617e
|
make CI green
|
2021-08-20 16:48:59 +03:00 |
|
Blaž Hrastnik
|
a54b09e3fe
|
dap: Split out launch from init
|
2021-08-20 14:06:55 +09:00 |
|
Blaž Hrastnik
|
94a1951d40
|
Work towards a breakpoint UI
|
2021-08-20 13:51:38 +09:00 |
|
Blaž Hrastnik
|
86102a651f
|
wip
|
2021-08-20 13:48:33 +09:00 |
|
Blaž Hrastnik
|
d39baa3b4e
|
Start integrating into the editor's event loop
|
2021-08-20 13:48:32 +09:00 |
|
Blaž Hrastnik
|
d4c17b633c
|
minor: Extract doc.text().slice(..) into a var
|
2021-08-20 13:42:47 +09:00 |
|
Blaž Hrastnik
|
38e932bd4c
|
minor: Nicer errors, std::io::Error provides a Display impl
|
2021-08-20 13:42:17 +09:00 |
|
Blaž Hrastnik
|
a76ec9a64e
|
Make scrolling extend in extend mode
|
2021-08-20 13:42:01 +09:00 |
|
Blaž Hrastnik
|
07fea61d03
|
Use the correct search register
|
2021-08-20 11:14:57 +09:00 |
|
Blaž Hrastnik
|
f60b549fb7
|
cargo fmt
|
2021-08-20 11:02:28 +09:00 |
|
Blaž Hrastnik
|
68626b8f78
|
ui: Refactor styling a bit, ensure infobox is stylable
|
2021-08-20 10:58:44 +09:00 |
|
Blaž Hrastnik
|
cbd39d67a4
|
minor: Refactor commands.rs a bit more
|
2021-08-20 10:43:22 +09:00 |
|
Kirawi
|
da8810809a
|
use ui.text.focus for the picker (fix #622)
|
2021-08-20 10:43:08 +09:00 |
|
Blaž Hrastnik
|
0595b0626a
|
Fix clippy attr
|
2021-08-19 16:05:05 +09:00 |
|
Blaž Hrastnik
|
5f8b1c7320
|
Avoid looking up ui.text per highlight range
|
2021-08-19 15:59:08 +09:00 |
|
Blaž Hrastnik
|
557fd86e71
|
Extract view.inner_area(), simplify render_focused_view_elements
|
2021-08-19 15:59:03 +09:00 |
|