Author Topic: Python debugging, can't expand variable  (Read 1788 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Python debugging, can't expand variable
« on: August 09, 2018, 06:14:51 PM »
My script stopped with an exception.
Now when I click the ">" on a variable is locals it expands for about a tenth of a second then collapses again - making it impossible to see.

When I try to add a watch, I get similar behavior when I click <add>

I can right-click the variable and do "add watch" though.

In the watch window I can expand by clicking ">", but still not in Locals.