Sublime Forum

White dots on the left side - Sublime Text 3

#1

Hi !

I was customizing my Sublime Text 3 enviroment for developing Python code and when trying to run de debugging mode, I realized that I cannot toggle breakpoints to those lines with a with dot at its left side (e.g https://raw.githubusercontent.com/mjhea0/sublime-setup-for-python/master/img/st3_split_screen.png)

What should I do?

Thanks!!

0 Likes

#2

Sublime Text is only by itself a text editor. Then you cannot have these features as interactive debugging, unless some package/plugin you install on it, can do it for you.

Out of my head I do not know any plugin which can do it. You can looking on these packages:

  1. https://github.com/DamnWidget/anaconda
  2. https://github.com/srusskih/SublimeJEDI
  3. https://packagecontrol.io/packages/Python%20Debugger
  4. https://github.com/wvlia5/SublimeDebugger
  5. https://github.com/obormot/PythonBreakpoints
  6. Python debugging and breakpoints?
0 Likes