How to See Values in Run-Time

Once you’ve selected an instance, you can mouse over variables:

But it does not refresh automatically. You can fire up the debugger:

image

And find the desired object property.


You can also Watch Values:

Which is super neat until you realise it does not work for arrays… :melting_face:


I’ve always felt like I’m missing something, like there’s an elementary lesson I skipped 10 years ago and never run into again:

image

You can add them to the list, but it just does not work:

image

:person_shrugging:

2 Likes