fceux icon indicating copy to clipboard operation
fceux copied to clipboard

[Qt] update assembly code in debugger aftet edit

Open ClusterM opened this issue 3 years ago • 0 comments

Describe the bug Assembly code in debugger is not actual after changes in hex editor.

To Reproduce Steps to reproduce the behavior:

  1. Open debugger
  2. Pause execution
  3. Right click on line -> open hex editor
  4. Make some changes in machine code
  5. Go back to debugger
  6. Code is not changed until next step executed

Expected behavior I want to see changes immediately, like on Win64 version.

Screenshots image

(please complete the following information):

  • Kubuntu Linux
  • QT, b912004f69c7a7ace4b709658c54340466fc1070

ClusterM avatar May 18 '22 10:05 ClusterM