Sublime Forum

SublimeREPL Python Debgging

#1

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?

0 Likes

#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

#3

umm, what? im new. can you please guide me?

0 Likes

#4

See https://docs.sublimetext.io/reference/commands.html#discovering-commands

0 Likes

#5

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