mlugg aeed5f9ebd
compiler: introduce incremental debug server
In a compiler built with debug extensions, pass `--debug-incremental` to
spawn the "incremental debug server". This is a TCP server exposing a
REPL which allows querying a bunch of compiler state, some of which is
stored only when that flag is passed. Eventually, this will probably
move into `std.zig.Server`/`std.zig.Client`, but this is easier to work
with right now. The easiest way to interact with the server is `telnet`.
2025-05-25 04:43:43 +01:00
..
2024-12-19 17:10:03 -05:00
2025-05-17 18:00:17 -04:00
2025-04-03 14:55:04 -07:00
2025-05-22 04:37:57 +02:00
2025-02-05 13:58:15 +01:00
2024-08-22 08:44:08 +02:00
2025-02-06 14:23:23 -08:00
2025-03-17 21:56:17 +03:30
2025-02-22 14:32:48 -08:00
2025-05-24 10:52:56 +02:00
2025-05-17 18:00:17 -04:00
2024-08-29 23:43:52 +01:00
2025-05-03 20:09:51 +01:00
2025-02-06 14:23:23 -08:00
2025-02-03 09:14:37 +00:00