Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Window Property in Debuuger
Is there a way to see a manually set Window Property value in the Debug window without adding a Get_Property line in the code to make it a local variable just for debugging?
If I have set this:
then I dont see it in Local Variables, System Variables, or Inspect Variables/Properties.
If I have set this:
Set_Property(@Window, '@VARIABLE_NAME', 'Value')
then I dont see it in Local Variables, System Variables, or Inspect Variables/Properties.
Comments
Even if you don't see the UDP appear in the list of properties, you should be able to type it in manually. Make sure to include the "@" symbol.
I remember trying that in Inspect Variable (even though I didnt expect it to work).
I dont know why I didnt try it in the Inspect Property, even with no Control. I guess I looked in the Drop Down and moved on...