No description
Find a file
2026-02-14 13:28:33 +01:00
.vscode added VSCode for debugging, fixed allocation bug, added 'stop on main' functionality 2025-06-29 12:59:24 +02:00
dap updated Odin, ported breaking changes in the language and core library 2026-02-14 13:28:33 +01:00
fonts load font from absolute path 2025-07-04 20:59:56 +02:00
Odin@b942f72cb0 updated Odin, ported breaking changes in the language and core library 2026-02-14 13:28:33 +01:00
odin-imgui@64b8d17d6a updated submodules 2025-07-04 23:04:21 +02:00
platform updated Odin, ported breaking changes in the language and core library 2026-02-14 13:28:33 +01:00
views updated Odin, ported breaking changes in the language and core library 2026-02-14 13:28:33 +01:00
.gitignore Parsing first few DAP messages. 2025-02-15 14:45:43 +01:00
.gitmodules updated submodules 2025-07-04 23:04:21 +02:00
.project.gf Parsing first few DAP messages. 2025-02-15 14:45:43 +01:00
dbg.odin updated Odin, ported breaking changes in the language and core library 2026-02-14 13:28:33 +01:00
empty.png added screenshot of an empty window 2025-07-01 22:10:11 +02:00
LICENSE Initial commit 2025-01-23 22:22:47 +01:00
README.md Update README.md 2025-07-01 22:41:18 +02:00
self-debugging.png updated screenshot 2025-07-01 22:34:19 +02:00
serdes.odin implemented more request/responses and events. kill debugger if it doesn't shut down in 2 seconds 2025-06-28 16:27:01 +02:00
shell.nix build on Linux 2025-07-04 23:04:42 +02:00

A frontend for any debugger that supports the Debug Adapter Protocol (eventually). Currently hard-coded to use lldb-dap on MacOS and gdb --interpreter=dap everywhere else.

Screenshot of the debugger debugging itself

If it's not already clear, this software is in early development so expect things to not work as expected and crash fairly frequently.