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
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
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.