cc65-dbgThis VS Code extension adds syntax and debugger support for cc65 and ca65. FeaturesWorks with an adapter/emulator supporting Debug Adapter Protocol (DAP). You need to provide your own debugger or debug adapter as The main job of this extension is to parse debug info file generated by
The idea is that your debugger/adapter should not know about the format of the source
nor the assembler or compiler. It should just support breakpoints and interactive debugging. ScreenshotsBreakpoints synchronization between Emulator and VS Code: CPU registers inspector and watch: Module-scoped Globals view: Disassembly view: Memory view: Arbitrary Watch expressions: Requirements
The extension will present the breakpoint memory addresses as Breakpoints are presented in packs identified with EmulatorsList of emulators supporting this variation of DAP:
If you know any other, please create a PR with an update to the list. AcknowledgementsThis extension builds on code from: Kudos to its authors! |