I've looked everywhere and can't seem to find a way to dump a variable into the command prompt. For example, if I have the following:
def (self, edit):
myvar = 'this is a string'
I would like to call a method that would show the value of myvar
in the Sublime Command Prompt. Thanks.