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.
Asked
Active
Viewed 121 times
1 Answers
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.