debugger icon indicating copy to clipboard operation
debugger copied to clipboard

[Feature] Add save/load debuggable to file feature in debugger GUI [sf#171]

Open openMSX-import opened this issue 10 years ago • 5 comments

Reported by sd-snatcher on 2009-03-07 15:19 UTC It would be really nice to have a "save/load debuggable to file" feature, so I can, for example, save the entire RAM ou VRAM to a file to analyze/modify it better using external tools, then load it again when needed.

This would minimize requests for hexeditor features, like search/replace, show rotated etc, allowing the openMSX-debugger developer to focus on the debugging features.

openMSX-import avatar Jun 24 '15 12:06 openMSX-import

Commented by manuelbi on 2009-03-07 16:52 UTC You do know that this feature is already available from the openMSX console? There's a special command for it...

openMSX-import avatar Jun 24 '15 12:06 openMSX-import

Commented by m9710797 on 2009-03-09 10:28 UTC Indeed the commands are: save_debuggable <debuggable> <filename> load_debuggable <debuggable> <filename> Type 'help save_debuggable' or 'help load_debuggable' in the openMSX console for more details.

It would be nice to also expose this functionality in the debugger GUI.

openMSX-import avatar Jun 24 '15 12:06 openMSX-import

Updated by m9710797 on 2009-03-09 10:28 UTC

  • priority: 5 --> 4

openMSX-import avatar Jun 24 '15 12:06 openMSX-import

Commented by sd-snatcher on 2009-03-09 19:51 UTC

> You do know that this feature is already available from the openMSX > console? There's a special command for it...

Sorry, I didn't know about those.

But indeed it would be nice to have it in the debugger.

openMSX-import avatar Jun 24 '15 12:06 openMSX-import

Updated by manuelbi on 2009-03-18 12:23 UTC

  • summary: Add save/load debuggable to file feature --> Add save/load debuggable to file feature in debugger GUI

openMSX-import avatar Jun 24 '15 12:06 openMSX-import