1

When I try to print something in debug console it prints [done], Instead of seeing the real result.

enter image description here

I can see the real result of the print on Terminal.

enter image description here

I don't understand why I could not see the result of the print on debug console.

Rachid G
  • 158
  • 7

1 Answers1

0

Looks like some prior operation failed. Try printing parent objects:

print createMachine
Nimantha
  • 5,793
  • 5
  • 23
  • 56
Peter Thomas
  • 47,282
  • 14
  • 68
  • 196