P
Patrick Flaherty
Hi,
The 'original' debugger. I've looked all over the place and haven't yet been
able to answer this question.
I've liked to be able to issue two commands at once (well one-after-the-other
from a single cmd line). As in DB<3> below:
DB<2> b 101
DB<3> c ; p $i
Is this possible?
(I supposed people are going to tell me - use a newer IDE/debugger).
I actually like the old cmd-line debugger.
pat
The 'original' debugger. I've looked all over the place and haven't yet been
able to answer this question.
I've liked to be able to issue two commands at once (well one-after-the-other
from a single cmd line). As in DB<3> below:
DB<2> b 101
DB<3> c ; p $i
Is this possible?
(I supposed people are going to tell me - use a newer IDE/debugger).
I actually like the old cmd-line debugger.
pat