logoalt Hacker News

teo_zerotoday at 6:38 AM1 replyview on HN

Nice idea. I'm just wondering how to debug code written in fusion... probably you must focus on one of outputs, debug that one, and then back-fit the changes to the fusion source. :/


Replies

spepstoday at 8:54 AM

It’s not a problem in practice if debug data is emitted properly. For example I used the VS Code C++ debugger extension with Zig.