Is it possible to use a debugger whilst developing a sublime plugin on macos?
Setting a breakpoint for plugin debugging
kingkeith
#2
its not very easy to use (for people not experienced with debugging from a command line, I guess), but I have seen that https://packagecontrol.io/packages/Python%20Debugger works for debugging ST plugins
0 Likes
slifin
#3
Do you have any further information on using the python debugger plugin with sublime?
I’ve seen this in package control: https://packagecontrol.io/packages/Plugin%20Debugger
but I’m having a real struggle to get it working: https://bitbucket.org/klorenz/plugindebugger/issues/9/winpdb-on-macos
0 Likes