RetroDebugger icon indicating copy to clipboard operation
RetroDebugger copied to clipboard

"$" input in C64 Data watch causes crash

Open c64cryptoboy opened this issue 1 year ago • 1 comments

Describe the bug C64 Data watch will crash the Retro Debugger if, when adding a new watch point, I start by typing "$"

To Reproduce Steps to reproduce the behavior:

  1. "C64"->"C64 Data watch"
  2. In C64 Data Watch window, click "+"
  3. In "Add watch point" text area, begin address by typing "$" for an immediate crash (and program quits)

Expected behavior To either block "$" characters (as they're not needed) or to tolerate addresses that start with "$"

Desktop

  • OS: Windows 11 Home
  • Retro Debugger v0.64.66

c64cryptoboy avatar Mar 30 '24 16:03 c64cryptoboy

Thanks, I've fixed this and bugfix will be released in next version.

slajerek avatar Apr 25 '24 09:04 slajerek

Fixed with 0.64.68

slajerek avatar Jun 02 '24 00:06 slajerek