Hacker News new | ask | show | jobs
Show HN: Tiny Toy Debugger (github.com)
1 points by mitjafelicijan 146 days ago
I was messing around with LLVM and LLDB over the week and made this little toy debugger. It's messy, but I actually got something working. I have been testing my stuff and found it kind of pleasant to use.

This is not intended to be some competitor with other debuggers, but it could become a nice, quick to use thing.

There is a video on github where you can see how it works.

Would love to hear what you guys think.