Strange debugger value names

does anybody know why I’m getting those strange value names ?
I think it started with my new iMac with M1 chip.

Looking at the Value column, do you have control names that are the same as the part before [ ? I don’t know the internals of Xojo, but my guess is that inside the square brackets the address of the control is displayed (a hex number).

I think, it did not happen with the intel iMac

Hi Johann,

Try unchecking the “Show Object IDs in variable lists” checkbox under the “Debugging” section of the Xojo IDE Preferences/Options.

See if that changes your list back to what you’re used to.

yes, that’s exactly what is was.

thank’s Scott