Show HN: I spent 6 months building a C debugger as a 17-year-old
11–20 of 145 posts
Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#12Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#13Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#14Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#15Very well done, and I hope you build this out further, but please leave out the 'as a 17 yo'. I really don't think it's relevant and risks coming across as cloying - your work should (and does) stand on it's own.
Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#16Debuggers are particularly tricky to write so this is quite good!
Thanks, it's been quite a struggle at times : D
And it was just an assembly debugger so minimal debugging symbols. Merely reading some DWARF data is impressive enough. DWARF makes sense to me but that’s only because I worked with other debugging formats and compiler output of same, before and during the evolution of DWARF. I can imagine it’s hard to understand when you start cold with DWARF 5.
Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#17Very well done, and I hope you build this out further, but please leave out the 'as a 17 yo'. I really don't think it's relevant and risks coming across as cloying - your work should (and does) stand on it's own.
Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#18Very well done, and I hope you build this out further, but please leave out the 'as a 17 yo'. I really don't think it's relevant and risks coming across as cloying - your work should (and does) stand on it's own.
This guy did it at an early age, showing great promise for the years to come.
Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#19Earlier quoted context omitted.
Thanks, it's been quite a struggle at times : D
Yeah, I started working on a pre-existing debugger around the same age as you (this was the ITS debugger DDT, so 40+ years ago) and boy, it was full of puzzling counterintuitive stuff. And it was just an assembly debugger so minimal debugging symbols. Merely reading some DWARF data is impressive enough. DWARF makes sense to me but that’s only because I worked with other debugging formats and compiler output of same,…
Re: Show HN: I spent 6 months building a C debugger as a 17-year-old
#20Very well done, and I hope you build this out further, but please leave out the 'as a 17 yo'. I really don't think it's relevant and risks coming across as cloying - your work should (and does) stand on it's own.
As a (former) employer I definitely think his age is relevant.