VS Code support for the SIRC ecosystemIf you don't know what this is, check out the SIRC project at: https://github.com/NoxHarmonium/sirc Features
UsageSyntax HighlightingIt should associate any files with the DebuggingStart sirc-vm in debug mode. For example:
The simulator will open a debug port and not start executing until a debugger is connected. Then you'll want a
Then you should be able to just press "F5" on the assembly file to start debugging. Local DevelopmentOpen the project folder in VS Code and press F5 to run it. After pressing F5 another instance of VS Code will open with the plugin activated and you can open the SIRC example projects to see the syntax highlighting and debugging. |