Skip to content

Releases: X65/cc65-dbg

Version 1.1.1

Choose a tag to compare

@smokku smokku released this 19 May 22:32
  • Setup instructions in README

Version 1.1.0

Choose a tag to compare

@smokku smokku released this 18 May 22:36
  • Works on Windows
  • Support connecting to remote debugger/adapter over WebSocket protocol

Version 1.0.0

Choose a tag to compare

@smokku smokku released this 13 May 18:26

Feature-complete release 1.0

Added:

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

Version 0.1.0

Choose a tag to compare

@smokku smokku released this 09 May 09:34

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