0

I am using sublime editor for brightscripting and was wondering if there is any way that I could add watches and type in local expression in debug console. So that every time, I dont dump my code lods and lods of print statements.

Sheetal
  • 91
  • 1
  • 7

1 Answers1

0

No, but you can run code snippets in the debug console you telnet into. Break execution with ctrl-C or STOP statement, then type away.

neminem
  • 2,658
  • 5
  • 27
  • 36
Nas Banov
  • 28,347
  • 6
  • 48
  • 67