x64dbg / x64dbg

An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.

Home Page:http://x64dbg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renaming a Watch Removes Spaces

utkonos opened this issue · comments

Operating System

Windows Server 2022 21H2 20348.169

x64dbg Version

Feb 19 2024

Describe the issue

The original name of a Watch contains a space. Example: Watch 12. Editing the name to change the number results in an unexpected name due to the space being removed. Changing this example to Watch 11 results in the name Watch11.

Steps to reproduce

  1. Create a new watch
  2. Change the number of the watch to a different number
  3. Observe name saved with space removed in Watch tab.

Attachments

image

Should this be committed to the development branch?

Yeah after some more testing it will be merged.