Hacker News new | ask | show | jobs
by teo_zero 1 day ago
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. :/
1 comments

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.