SublimeDebugger icon indicating copy to clipboard operation
SublimeDebugger copied to clipboard

Graphical Debugger for Sublime Text

Results 18 SublimeDebugger issues
Sort by recently updated
recently updated
newest added

Sublime Text 4 is out since May 2021, how can we upgrade this package from ST3 to ST4?

Hi, I'm trying to route the path of the Debugger to a virtualenv. To do this, I change the command of python3 in SublimeDebugger.sublime-settings. After starting Sublime and selecting Python3...

I have an alternative build system set-up for my Python 3 project: ```javascript "build_systems": [ { "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "name": "Test Project Python Builder", "selector": "source.python", "shell_cmd":...

enhancement

I think there should be a default language setting. For me the problem is, that I'm using third-party libraries, so that I always have to change the language manually from...

Make a gif to showcase SublimeDebugger in the README

enhancement
help wanted
easy

Some packages are not compatible with this plugin (Ruby Debugger in particular). If when you attempt to start debugging, nothing happens and you get the following error message in sublime...

Clear instructions on: - How to install the package - Where to find the functionalities once installed - What each of the functionalities do should have the precedent in the...

Writing a tutorial on how to use each piece of functionality.

enhancement
help wanted
easy