summaryrefslogtreecommitdiff
path: root/tdbg.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-01-17Add auto-run functionality via the `-run` flag and refactor target launch logicMitja Felicijan1-46/+57
2026-01-17Add a toggleable help view for keybindingsMitja Felicijan1-3/+53
2026-01-17Implement UI resizing with Ctrl+ArrowsMitja Felicijan1-9/+12
2026-01-17Add command-line option to set startup breakpointsMitja Felicijan1-2/+14
2026-01-17Implement watch view for evaluating and displaying expressions dynamicallyMitja Felicijan1-12/+116
2026-01-17Implement advanced argument parsing for target and environment variables, ↵Mitja Felicijan1-28/+95
allow dynamic sidebar resizing, improve variable value display, and refactor layout constants into a struct
2026-01-17Store the current source filename and use it to pre-fill the breakpoint ↵Mitja Felicijan1-1/+8
input buffer
2026-01-17Added sign column for breakpoints in source viewMitja Felicijan1-5/+40
2026-01-16Added macOS make optionMitja Felicijan1-1/+2
2026-01-16Fixed enum type recognition and increased sidebar widthMitja Felicijan1-1/+2
2026-01-16Refactor AppMode to InputModeMitja Felicijan1-21/+21
2026-01-16Added scrollable areasMitja Felicijan1-39/+212
2026-01-16Merged TUI into mainMitja Felicijan1-143/+565
2026-01-16Added line previewMitja Felicijan1-2/+53
2026-01-16Rename debugger source fileMitja Felicijan1-0/+148