R
R
Roma Zvarich2015-04-28 01:38:33
Python
Roma Zvarich, 2015-04-28 01:38:33

Line-by-line debugging of Python code. And is it possible in Sublime Text?

I am newbie. I'm learning Python.
I'm currently using Sublime Text, having set up a Build System for Python.
That is, the code is executed in the console.
Sometimes there are situations when the code loops and you have to "kill" a process through the taskbar, which is endlessly running. Or I just can’t understand where I made a mistake and I want to see the line-by-line execution of the code with intermediate results.
An example of line-by-line validation is in the interactive tutorial I'm going through. But it does not work very correctly, and I would like to be able to do the same in Sublime Text.
Question:
Is this possible in Sublime Text? Or should I use something like PyCharm?
It seems to me that having dealt with the line-by-line check of the results, the training will go faster.
pUbC2Fc.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis, 2015-04-28
@prototype_denis

Maybe, maybe start with this ?

A
angru, 2015-04-28
@angru

If you figured out how to install plugins, install SublimeREPL, and then:
Tools -> SublimeREPL -> Python -> Python - PDB

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question