[Gambas-user] watch expression on object super
BB
adamnt42 at gmail.com
Wed Mar 15 00:55:22 CET 2023
On 15/3/23 8:46 am, Mayost Sharon wrote:
8< stuff
OK. Looks like Super and the debugger aren't on speaking terms. 🙁
You might get around this, when you need it, by setting a local variable
to the Super value, e.g.
Dim sTest as string
sTest=Super.Tag_or_someotherstringproperty
Print sTest
I had a quick go with something similar here and both highlighting and
watching sTest work.
b
More information about the User
mailing list