[Feature] Add save/load debuggable to file feature in debugger GUI [sf#171]
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.
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...
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.
Updated by m9710797 on 2009-03-09 10:28 UTC
- priority: 5 --> 4
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.
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