But I have a comment on the coding style in the debugger in general.
In these 5 lines I already see VDPDataStore::instance() repeated twice. If I look at the full code, I see many more repeats (within the same methods). It would be nice to clean this up (in a separate commit).
But I have a comment on the coding style in the debugger in general. In these 5 lines I already see
VDPDataStore::instance()
repeated twice. If I look at the full code, I see many more repeats (within the same methods). It would be nice to clean this up (in a separate commit)._Originally posted by @m9710797 in https://github.com/openMSX/debugger/pull/157#discussion_r1096512992_