Commit Graph

1420 Commits (132198323ca8af409ecac56e14f8029c9d252621)
 

Author SHA1 Message Date
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
Dmitry Sharshakov dfc70a12f3
dap: 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
Dmitry Sharshakov 89ad54a2e5
Add variable type to output 3 years ago
Dmitry Sharshakov cc66475592
Add commands for variable introspection 3 years ago
Dmitry Sharshakov 95ba4ff5bd
Hide stack pointer when continued 3 years ago
Dmitry Sharshakov f3e47bfee4
Disable continuing when running 3 years ago
Dmitry Sharshakov 5230a2b669
Continue command in keymap 3 years ago
Dmitry Sharshakov 66c035fa99
Continue command 3 years ago
Dmitry Sharshakov 6709b4242f
Drop and terminate debugger 3 years ago
Dmitry Sharshakov 26dee49dc9
Add command to detach debugger 3 years ago
Dmitry Sharshakov 462c8a6ec8
Show debugger output in the statusline 3 years ago
Dmitry Sharshakov afeaba1113
add rx dispatcher to examples 3 years ago
Dmitry Sharshakov 5a06263b78
report status when target started or stopped 3 years ago
Dmitry Sharshakov bcab93c94e
Update editor window when stopped 3 years ago
Dmitry Sharshakov a938f5a87a
refactor: handle DAP events in editor main loop 3 years ago
Dmitry Sharshakov 3fc501c99f
Correctly display 1-based breakpoints 3 years ago
Dmitry Sharshakov 7087558918
Don't leave debugged programs running 3 years ago
Dmitry Sharshakov 56bddb12f8
Highlight line number of stack pointer 3 years ago
Dmitry Sharshakov 5f5b383979
Fix clippy warnings 3 years ago
Dmitry Sharshakov 6458edecfd
Add stack pointer display when stopped 3 years ago
Dmitry Sharshakov 738e8a4dd3
Unify init and launch commands 3 years ago
Dmitry Sharshakov 9e22842d51
move debug command to keybinding 3 years ago
Dmitry Sharshakov e2c74d26e0
Add command to run debug target 3 years ago
Dmitry Sharshakov c4970c617e
make CI green 3 years ago
Blaž Hrastnik a54b09e3fe dap: Split out launch from init 3 years ago
Blaž Hrastnik 94a1951d40 Work towards a breakpoint UI 3 years ago
Blaž Hrastnik 8759dc7e33 Add Default to some structs 3 years ago
Blaž Hrastnik 86102a651f wip 3 years ago
Blaž Hrastnik 2094ff1aaf Silence TCP client messages on stdout, log them in the future 3 years ago
Blaž Hrastnik d39baa3b4e Start integrating into the editor's event loop 3 years ago
Blaž Hrastnik 0300dbdeb3 Avoid cloning a request on send 3 years ago
Blaž Hrastnik 54dc2f8107 Fix example compilation 3 years ago
Blaž Hrastnik 8fbda0abaf fix: Used the wrong type for variables 3 years ago
Blaž Hrastnik 184abdc510 dap: Significantly simplify code using the Request trait 3 years ago
Blaž Hrastnik 3a9e1c305b Refactor types, add a Request trait 3 years ago
Blaž Hrastnik 2d1ae2e44b dap: Split types off into types.rs 3 years ago
Blaž Hrastnik 6225401e84 A request always needs to have a response, per spec (the body can be empty) 3 years ago
Blaž Hrastnik 3f62799656 Get cargo check to pass in the subcrate 3 years ago
Dmitry Sharshakov b9797a7dd2 client: support tcp_process transport 3 years ago
Dmitry Sharshakov 6c0f7eafc3 examples: continue handling output events 3 years ago
Dmitry Sharshakov 279db98d3c refactor: use tagged enum for handling DAP payloads 3 years ago
Dmitry Sharshakov 36fb8d1b1a examples: make examples identical 3 years ago
Dmitry Sharshakov f92fb966c0 working lldb example 3 years ago