No description
Find a file
2025-07-09 21:55:49 +02:00
.vscode added VSCode for debugging, fixed allocation bug, added 'stop on main' functionality 2025-06-29 12:59:24 +02:00
dap use better method of polling for input 2025-07-08 18:41:03 +02:00
fonts load font from absolute path 2025-07-04 20:59:56 +02:00
Odin@cd1f66e85c updated submodules 2025-07-04 23:04:21 +02:00
odin-imgui@64b8d17d6a updated submodules 2025-07-04 23:04:21 +02:00
platform fixed font name nad drawing on SDL 2025-07-08 21:33:20 +02:00
views fixed crash when string contains '%', cleaned up call to ImGui::Text 2025-07-08 20:01:02 +02: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 semaphore with timeout instead of delay 2025-07-09 21:55:49 +02: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.