[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question on Backtrace
[Thread Prev] | [Thread Next]
- Subject: Question on Backtrace
- From: gbWilly <gbWilly@xxxxxxxxxxxxxx>
- Date: Sun, 20 Jul 2025 19:31:17 +0000
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Hi all,
I got a question on Backtrace I don't seem to be able to answer.
Below a screenshot of a piece of code. that shows a debug of last Backtrace record in the array.
It is ? and someone asked why the ? returned as it makes no sense.

The actual backtrace can be seen in console output as being
For index 0: Main.DivideByZero.19
For index 0: Main.DivideByZero.19
For index 1: Main.Main.6
For index 2: ? <-- what is this all about?
I presume it represents gb or root or something the likes.
Anyone any idea?
Sent with Proton Mail secure email.
Re: Question on Backtrace | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |