CaptainJiNX / vscode-kickass-c64

Visual Studio Code extension for C64 coding with Kick Assembler
MIT License
18 stars 4 forks source link

Run w/o Debugging uses only C64 debugger #23

Open nginsber opened 3 months ago

nginsber commented 3 months ago

I am newbie on Visual Studio and C64 assembly. I can get everything running only through the debugger. 'Start Debugging' runs fine. 'Run without Debugging' still execute the debugger but only the C64 screen. I can go into settings and uncheck 'Debug and run with Debugger'. Then executing 'Run without Debugging' goes directly to Vice and I can run my program. I would be nice there was an option when executing 'Run without Debugging' always uses VICE w/o needing to go back to the settings.

Running Windows 10, VS 1.88, KickAss (C64) v1.5.0

exploitation-icl commented 3 weeks ago

Same in Win11 F5 ou CTRL+F5 run C64Debugger if Debug and run with C64 Debugger is checked... or run VICE if the checkbox is not set.