Limitations with using Console

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • You need to be aware of a few limitations when you use Console to evaluate expressions while debugging a script in runtime.

    • The properties and values of an object don't display in Console. When you try to display an object to Console, only the string value of the object appears.
    • Console doesn't support GlideSystem printing methods, such as info() and print().
    • You can't use the this keyword in Console.
    • A script debugger timeout occurs when you evaluate expressions in Console.
    • While executing long scripts, if you see the response Awaiting response from server, you can't resume debugging or stop debugging using the resume or stop controls.