Skip to content

Releases: X65/cc65-dbg

Version 1.1.1

19 May 22:32
Compare
Choose a tag to compare
  • Setup instructions in README

Version 1.1.0

18 May 22:36
Compare
Choose a tag to compare
  • Works on Windows
  • Support connecting to remote debugger/adapter over WebSocket protocol

Version 1.0.0

13 May 18:26
Compare
Choose a tag to compare

Feature-complete release 1.0

Added:

  • WATCH expression evaluation from memory
  • Module scoped variables display
  • Disassembly view with source information

Version 0.1.0

09 May 09:34
Compare
Choose a tag to compare

Working features:

  • stdio communication - working under VSCode launch model
  • breakpoints set/remove synchronization to debugger
  • breakpoints resolution to source lines and symbols
  • code stepping - pause / continue / step-over / step-in