Re: [hatari-devel] symbols not always loaded when entering debugger ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Donnerstag, 16. November 2017 11:18:42 CET Nicolas Pomarède wrote:
> An address error will
> cause a jump into TOS handler for this exception, display 3 bombs on
> screen and at this point if you press alt+pause, symbols are not there
> anymore.
Yes, thats the problem, the only thing you could do to prevent this is to hook
the etv_term vector, and wait for a keypress or something if the program was
not terminated normally.
Thats also the difference in EmuTOS: it displays the panic, then waits for a
keypress before terminating the program and returning to the desktop. If you
enter debugger at this point, symbols should still be there.