Monday, January 3, 2022 7:01 PM
To: fpc-pascal@lists.freepascal.org
Cc: Graeme Geldenhuys
Subject: Re: [fpc-pascal] FPC Backtrace
On 2022-01-03 23:45, Graeme Geldenhuys wrote:
> On 2022-01-03 13:28, James Richters via fpc-pascal wrote:
>> I’m curious if there is some way, perhaps with some
On 2022-01-03 23:45, Graeme Geldenhuys wrote:
On 2022-01-03 13:28, James Richters via fpc-pascal wrote:
I’m curious if there is some way, perhaps with some directive or
something to force a debug backtrace to happen, but without an error.
Christo already offered you a solution, but to offer an
On 2022-01-03 13:28, James Richters via fpc-pascal wrote:
I’m curious if there is some way, perhaps with some directive or
something to force a debug backtrace to happen, but without an error.
Christo already offered you a solution, but to offer an alternative
solution... Most IDE debugging fu
That works great!!!
Exactly what I was wanting
Thank you,
James
On Mon, Jan 3, 2022 at 3:28 PM James Richters via fpc-pascal
mailto:fpc-pascal@lists.freepascal.org> >
wrote:
I’m curious if there is some way, perhaps with some directive or something to
force a debug backtrace to happen,
On Mon, Jan 3, 2022 at 3:28 PM James Richters via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
> I’m curious if there is some way, perhaps with some directive or something
> to force a debug backtrace to happen, but without an error
>
Try calling Dump_Stack in your code:
https://freepasca
I'm curious if there is some way, perhaps with some directive or something
to force a debug backtrace to happen, but without an error.
I have a function that is getting called twice and should only be called
once, so my thought is that if I could go into the routine and
put something there that