empathicqubit/vscode-cc65-debugger

set the emulator / machine type directly in the launch config and override the default

empathicqubit opened this issue · 6 comments

The machine type is determined by the library that is used in the project. Do you see a library file in your debug file?

no this is a pure assembler project. Would be useful to be able to set the emulator directly in the launch config and override the default? I tried renaming xVic to x64 but still didn't work.

Originally posted by @beamrider66 in #112 (comment)

@beamrider66 This should be available once 6.3.0 publishes

thanks, I'll take a look.

Thank you for fixing this.

I can now at least launch my program and step through the code.

I've raised a bug about the error I get.

Also, I don't get any symbols or call-stack, I didn't raise a bug as I don't know what support you have for assembler variables and call-stack?

You will get a call stack if you use procedures, I think