0

Ho can I view valie of point created with Qt.point() in Expression panel while debugging in Qt Creator? Now I see only 'object' without value. I can only debug points with console.log(point) but is is very inconveniently.

In QML/Js console, if I enter name of point variable I get 'Unimplemented command "evaluate"'

  • Qt Creator 3
  • Qt 5.2.0
  • Windows 7 x32
folibis
  • 12,048
  • 6
  • 54
  • 97
  • GDB has an ability to install printers (written in python) for watched variables. Try adding new tag and googling this topic – Kakadu Feb 08 '14 at 06:47

1 Answers1

1

It is a bug in (at least) Qt 5.2.1, added on February, 2014.
See Error in console window: unimplemented command "evaluate" for more details.

VMAtm
  • 27,943
  • 17
  • 79
  • 125
Maxim Suslov
  • 4,335
  • 1
  • 35
  • 29