[Gambas-user] watch expression on object super

T Lee Davidson t.lee.davidson at gmail.com
Sat Mar 11 19:55:48 CET 2023


On 3/11/23 13:36, Mayost Sharon wrote:
> Hello
> 
> When I try to check a certain value in the SUPER object, it returns me an error:
> "UNEXPECTED SUPER"
> 
> Thank you

You really don't give enough information about exactly what you are doing that cause that for us to provide much help.
Are you trying to access the value in your code or as a 'watch' expression in the debugger?

If in the debugger, don't use SUPER - use the object directly to get its property.
If in your code and you have not overridden the property, use ME.


-- 
Lee



More information about the User mailing list