Author Topic: Python debugger: None is a string?  (Read 1539 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Python debugger: None is a string?
« on: September 25, 2020, 10:37:39 PM »
In Locals a variable with the value None is displayed as a string.
"None".

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Python debugger: None is a string?
« Reply #1 on: September 28, 2020, 01:32:47 PM »
Fixed for the next build.  In passing, I also found and fixed a case where some object instances could be displayed as opaque objects you couldn't expand.