slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
175 stars 20 forks source link

Persist previously selected segment after reloading a file #44

Closed SingleCopy closed 4 months ago

SingleCopy commented 4 months ago

Persist the previous segment name and check if it exists when reloading a file. If it exists, it will use that as the selected segment rather than defaulting to the first segment in the array. This is helpful when working on cartridge games and you've had to do reload after making a change.

Additional changes.

slajerek commented 4 months ago

Thanks for this valuable patch! I've added my comment and a fixed version will go with merge next week.

slajerek commented 4 months ago

Note, the fix will come with next major merge with 0.64.68