Debugging in the terminal isn't difficult anymore 🔥
🛠️ Meet **heretek** — A gdb TUI dashboard
🐛 Supports viewing stack, registers, instructions, hexdump & more!
🚀 Works with remote targets seamlessly (no gdbserver!)
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/wcampbell0x2a/heretek
#rustlang #ratatui #tui #gdb #debugging #terminal #linux #commandline
@orhun @ratatui_rs omg need to try it asap! Both as a better gdb ui is always appreciated, and both because I'm building something with ratatui these days and I need "ideas"!
@orhun @ratatui_rs "building" is a strong word, at this pace I will complete the project around year 3235 AD. But I wanted some basic tool to help analyze log files locally. The use case is for analyzing log files coming from desktop applications, syslogs, for bug finding etc... i.e. every time you have half a dozen of files and setting up a prometheus+kibana or whatever is a bit overkill and needlessly distracting.