Re: [hatari-devel] "next" and "step" commands to Hatari debugger? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Sun, 4 Nov 2012 21:21:36 +0200
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> On sunnuntai 04 marraskuu 2012, Thomas Huth wrote:
> > schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> > > "step" would basically be same as "c 1", so it's not useful unless
> > > it can have a debugger shortcut command. However, "s" shortcut
> > >
> > > is currently used for:
> > > savebin ( s) : save memory to a file
> > >
> > > Would somebody object if I would change that shortcut?
> >
> > Sounds like a very good idea to me! I was also annoyed already by
> > always having to type "c 1" to single step through a program, so a
> > "s" command for single-stepping would be highly appreciated!
> > (savebin is certainly not needed so often, so it does not need a
> > shortcut)
>
> Commited. The output seems a bit "plain" though as it outputs just
> the normal debugger entry line and nothing else:
> -----------
> CPU=$e00cb6, VBL=435, FrameCycles=116, HBL=0, LineCycles=116, DSP=$51
> > s
Just enable "trace cpu_disasm" first and you get a very nice single
stepping now :-)
Thomas