Comment on Fusion Programming LanguageComments−teo_zero2moNice 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. :/−speps2moIt’s not a problem in practice if debug data is emitted properly. For example I used the VS Code C++ debugger extension with Zig.
Comments
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. :/
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.