back

by dochtman·14y ago·view on hn ↗
That's a real problem with generated code, though. It almost always ends up that there's some issue with either your original code or the code that generates the generated code, and you end up having to dive into the ugly generated code to figure out what the problem is. I'm pretty sure this is the major reason code generation isn't used more often.
1 comments
Well, I guess you need a meta debugger here.