I have started using Sublime Text 3 before a week. I mostly used it for C language and tried coding in Python but cant debug properly so, I installed SublimeREPL to Debug. It worked but I was not comfortable with opening Tools >>> SublimeREPL >>> Python >>>
Python - RUN File. So, All i want is a shortcut key. does that exist or should i make it?
SublimeREPL Python Debgging
0 Likes
bschaaf
#2
If you enable command logging in the console using sublime.log_commands(True)
it will print out the command run when the menu item is selected. You can then use that in a keybinding.
0 Likes
dude! literally! im totally new and this is my first ide which im even going to use. im totally confused. tell me another way to debug a python script.
0 Likes