Hacker News new | ask | show | jobs
by stevefolta 383 days ago
The downside of QBE is that it doesn't have a way to generate debug symbols. But I still love and use it.
1 comments

The most recent release has the ability to generate basic debugging information (see "new experimental dbgfile and dbgloc directives. " from the release notes) as Hare needed that (and IIRC a Hare contributor added it). Unfortunately, there's no documentation on it, and last I checked to see how to use it I had to go spelunking in the Hare source code.