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

edited April 24 in OpenInsight
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:
Set_Property(@Window, '@VARIABLE_NAME', 'Value')
then I dont see it in Local Variables, System Variables, or Inspect Variables/Properties.

Comments

  • I assume this is OI 9. OI 10 handles UDPs much better.

    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.
  • Thanks @DonBakke. That indded works for OI9.

    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...

Sign In or Register to comment.