Roland
Roland
v2.5.4 is out. Comes with support for the X16 emulator, some bug fixes and support for CharPad file format version 9. Please see the vs64 readme for more details. (https://github.com/rolandshacks/vs64/blob/master/README.md)...
I started VS64 for two reasons - #1 having a good IDE with debugging support for my C64/6502 assembly renessaince, and #2 writing some stuff with C++ 20/23 for the...
v2.5.8 has been published. Marketplace: https://marketplace.visualstudio.com/items?itemName=rosc.vs64 GitHub: https://github.com/rolandshacks/vs64/releases/latest It accumulates a couple of updates and and feature improvements. - Added support for BASIC data output to resource compiler - Fixed...
v2.5.10 is out. GitHub: https://github.com/rolandshacks/vs64/releases/latest The latest release adds support to **mount D64 disks as virtual workspace folders**. Plenty of things work, dir/open/read/write/edit/rename/delete. The implementation itself might need to stabilize...
Hi. No worries - messing with the setup can be a nightmare... let my try to help. Here are my initial thoughts: - can it be that you've installed several...
To get more details about failing things, please once again go to the VS64 settings and set the debug/verbosity level to "trace" or "debug" -- then you should get plenty...
About the general workflow with vscode: the "workspace" in the most simplest form is one root folder. In such a simple case, "creating" a workspace is simply opening a folder...
I think I spotted the typo: "C:\ProgramFiles(x86)\Java\jre-1.8\bin\java.jar" --> This must be "...\bin\java.exe" or so... ?
Did you do "clean" and then "build" ? The project (ninja) build file just gets updated in case you clean/rebuild or you modify the project configuration.
How exactly do your project settings, the tasks file and launch files look like? Maybe there's some invalid parts in it. If you still don't see the reason, it would...