1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • 26dee49dc9
    Add command to detach debugger Dmitry Sharshakov 2021-08-21 20:33:56 +0300
  • 462c8a6ec8
    Show debugger output in the statusline Dmitry Sharshakov 2021-08-21 20:29:01 +0300
  • afeaba1113
    add rx dispatcher to examples Dmitry Sharshakov 2021-08-21 20:19:11 +0300
  • 5a06263b78
    report status when target started or stopped Dmitry Sharshakov 2021-08-21 20:08:37 +0300
  • bcab93c94e
    Update editor window when stopped Dmitry Sharshakov 2021-08-21 17:26:51 +0300
  • a938f5a87a
    refactor: handle DAP events in editor main loop Dmitry Sharshakov 2021-08-21 17:21:35 +0300
  • 3c4a706c7a Add a sticky mode for keymaps Gokul Soumya 2021-08-21 19:03:54 +0530
  • 3fc501c99f
    Correctly display 1-based breakpoints Dmitry Sharshakov 2021-08-21 15:17:25 +0300
  • 7087558918
    Don't leave debugged programs running Dmitry Sharshakov 2021-08-21 15:14:29 +0300
  • 56bddb12f8
    Highlight line number of stack pointer Dmitry Sharshakov 2021-08-21 14:58:05 +0300
  • 5f5b383979
    Fix clippy warnings Dmitry Sharshakov 2021-08-21 14:35:53 +0300
  • 6458edecfd
    Add stack pointer display when stopped Dmitry Sharshakov 2021-08-21 14:15:29 +0300
  • f9375f449c
    Refactor new Rect construction (#575) Gokul Soumya 2021-08-21 10:51:20 +0530
  • 612bb7b6d6
    Change shell function names to match prompts Omnikar 2021-08-21 00:06:51 -0400
  • ca6ff06fad
    Remove clone of shell config Omnikar 2021-08-20 23:46:57 -0400
  • 158ff5199b
    Update shell command prompts Omnikar 2021-08-20 23:27:52 -0400
  • 738e8a4dd3
    Unify init and launch commands Dmitry Sharshakov 2021-08-20 19:11:37 +0300
  • 9e22842d51
    move debug command to keybinding Dmitry Sharshakov 2021-08-20 19:06:52 +0300
  • e2c74d26e0
    Add command to run debug target Dmitry Sharshakov 2021-08-20 18:18:35 +0300
  • 59170e532d
    Update commands.rs CossonLeo 2021-08-20 22:58:32 +0800
  • c4970c617e
    make CI green Dmitry Sharshakov 2021-08-20 16:48:59 +0300
  • ac8bc54108 fix: add missing optional keyword to protobuf syntax Yusuf Bera Ertan 2021-08-19 23:39:15 +0300
  • a54b09e3fe dap: Split out launch from init Blaž Hrastnik 2021-08-20 14:06:55 +0900
  • 94a1951d40 Work towards a breakpoint UI Blaž Hrastnik 2021-08-19 11:24:53 +0900
  • 8759dc7e33 Add Default to some structs Blaž Hrastnik 2021-08-19 11:24:12 +0900
  • 86102a651f wip Blaž Hrastnik 2021-08-17 09:44:02 +0900
  • 2094ff1aaf Silence TCP client messages on stdout, log them in the future Blaž Hrastnik 2021-08-16 18:18:50 +0900
  • d39baa3b4e Start integrating into the editor's event loop Blaž Hrastnik 2021-08-16 18:16:06 +0900
  • 0300dbdeb3 Avoid cloning a request on send Blaž Hrastnik 2021-08-16 14:08:21 +0900
  • 54dc2f8107 Fix example compilation Blaž Hrastnik 2021-08-16 14:05:10 +0900
  • 8fbda0abaf fix: Used the wrong type for variables Blaž Hrastnik 2021-08-16 14:01:07 +0900
  • 184abdc510 dap: Significantly simplify code using the Request trait Blaž Hrastnik 2021-08-16 13:59:02 +0900
  • 3a9e1c305b Refactor types, add a Request trait Blaž Hrastnik 2021-08-16 13:37:50 +0900
  • 2d1ae2e44b dap: Split types off into types.rs Blaž Hrastnik 2021-08-16 13:22:54 +0900
  • 6225401e84 A request always needs to have a response, per spec (the body can be empty) Blaž Hrastnik 2021-08-16 12:31:11 +0900
  • 3f62799656 Get cargo check to pass in the subcrate Blaž Hrastnik 2021-08-16 12:30:55 +0900
  • b9797a7dd2 client: support tcp_process transport Dmitry Sharshakov 2021-08-15 12:46:16 +0300
  • 6c0f7eafc3 examples: continue handling output events Dmitry Sharshakov 2021-08-15 10:14:11 +0300
  • 279db98d3c refactor: use tagged enum for handling DAP payloads Dmitry Sharshakov 2021-08-15 10:08:51 +0300
  • 36fb8d1b1a examples: make examples identical Dmitry Sharshakov 2021-08-14 16:36:06 +0300
  • f92fb966c0 working lldb example Dmitry Sharshakov 2021-08-14 14:23:19 +0300
  • ae32159247 Revert "compat: don't wait for launch and attach response" Dmitry Sharshakov 2021-08-14 14:01:29 +0300
  • 4f2b8fb05a dap-dlv: rename from dap-go Dmitry Sharshakov 2021-08-14 13:31:48 +0300
  • 2a6210806b dap-lldb: adjust breakpoint position Dmitry Sharshakov 2021-08-14 13:31:05 +0300
  • f5b1655eab format Dmitry Sharshakov 2021-08-14 13:23:51 +0300
  • e7f543fe66 format Dmitry Sharshakov 2021-08-14 13:19:51 +0300
  • eb0605c13d dap: create C example Dmitry Sharshakov 2021-08-14 13:19:38 +0300
  • 809990a3a4 format Dmitry Sharshakov 2021-08-14 13:09:05 +0300
  • d4c215b35d compat: don't wait for launch and attach response Dmitry Sharshakov 2021-08-14 13:04:19 +0300
  • e388079a0b compat: add all possible debugger caps Dmitry Sharshakov 2021-08-14 11:41:23 +0300
  • 43c9eba037 compat: remove missing caps Dmitry Sharshakov 2021-08-14 11:27:22 +0300
  • c5492788a2 compat: remove seq from Response and Event Dmitry Sharshakov 2021-08-14 11:13:02 +0300
  • cc650c7f4f types: capitalize ID in names Dmitry Sharshakov 2021-08-14 11:01:23 +0300
  • b3be6b269a dap-basic: parse stop event Dmitry Sharshakov 2021-08-14 09:25:44 +0300
  • 0777948fc0 dap-basic: better output formatting Dmitry Sharshakov 2021-08-14 09:17:53 +0300
  • 09390be6a5 dap-basic: handle output events Dmitry Sharshakov 2021-08-14 09:14:05 +0300
  • c72475bc30 client: handle events multiple times Dmitry Sharshakov 2021-08-14 09:03:08 +0300
  • d6de5408b7 dispatch events in client Dmitry Sharshakov 2021-08-14 08:42:06 +0300
  • 59d6b92e5b refactor response processing Dmitry Sharshakov 2021-08-13 22:46:40 +0300
  • 9678df1c62 refactor server message handling Dmitry Sharshakov 2021-08-13 21:32:39 +0300
  • 541f7a0514 Add attach command Dmitry Sharshakov 2021-08-13 20:40:28 +0300
  • aac586b546 types: simplify working with client's launch args Dmitry Sharshakov 2021-08-13 20:33:07 +0300
  • 6bb653f820 dap: move launch request argumets outside of client Dmitry Sharshakov 2021-08-13 20:24:27 +0300
  • 3d64cf8356 fix: move adapter_id out of DAP client Dmitry Sharshakov 2021-08-13 20:18:15 +0300