[hatari-devel] Debugger 'n' command |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Debugger 'n' command
- From: Vincent Rivière <vincent.riviere@xxxxxxxxxxx>
- Date: Sat, 9 Apr 2016 16:15:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=z/fma/i6F+V3iTdZ8VHaTSctq65vsqUuBD1+Ypao/Mk=; b=CA+IZ8UgXvx+OxYsy9X5Dc1cIAir5VMJ1ad6zPpBVgjq/o22k5fip33JeMvbqTiinc DRB62rQRxWh5xLN/MHNWu5bZOSf6J/eMMIjAtVJhyxDSuBiYBWYbhLNuIgSX8YsJ7xkF d1v4VAPGZ+5LEbBeb9a703iWbwRCLhrknm8TKSLc6PTaPOYMk/xyVHqGDzjthenOtc28 kSBlry6XkGtyBl3Q0UmKV8EPaTFnxiOB6FJLFnJMDjTnS+TKPPW8YBLlD/XV/eLRPgw5 YVRTn/0cvSA8nEUd2R4rtEYVaAZqMTUEQHMVXei1LiSFuk+bxHOTWQ1fXG9ddLVSMpdq 9m4w==
Hello.
The debugger 'n' command is nice: it allows to run a subroutine
(bsr/jsr/trap) and break after it has returned.
It would be useful to extend the 'n' command to have the same behaviour
after loop instructions (dbra, maybe also beq/bne/...). That would help when
tracing programs.
IIRC, Devpac MonST did that on Ctrl+A.
--
Vincent Rivière