Good Afternoon All,
just a quick update on my run time error problem. It is now resolved.
While looking for this problem, I found a couple of places where the
fact that the parameters were being passed in registers was causing
problems as some of the code was overwriting those registers
(D0/D
Hi Pierre,
On 01/04/2021 23:02, Pierre Muller via fpc-pascal wrote:
> This all depend on the debugger capabilities,
> if you can watch changes at a sepecific location,
> the easiest is just to watch InOutRes memory position.
I'm afraid the QL is a computer from the early 1980s and we don't h
Hi Norman,
This all depend on the debugger capabilities,
if you can watch changes at a sepecific location,
the easiest is just to watch InOutRes memory position.
This will trigger a break in your program
exactly at the instruction which modifies the
InOutRes internal variable, which is
che