| Re: [hatari-devel] Breakpoint on data read | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
Le 23/06/2019 à 14:43, Vincent Rivière a écrit :
Hello,
Is it possible to set a breakpoint in Hatari to be triggered when a 
particular address is read? That would be useful to determine when some 
data is used.
Hi
this is not possible at the moment (it's part of my big TODO list since 
some time :) )
for now, solution is to hardcode the address you want to monitor in main 
cpu loop ,recompile hatari and call debugui() when that address is reached.