Sublime Forum

Callstack and running python code using sublime

#1

Hi

I have sublime.
However,I am unable to locate the callstack aand a run button (or an option in the dropdown somewhere) where one can run python code. Please advise. Right now it looks like a text editor only.

thanks

0 Likes

#2

Goto Menu Item Tools–>Build and it should run python code. Also, you can CTRL-` and open up a console that has python running and you can then enter python commands.

0 Likes