PythonBreakpoints
PythonBreakpoints copied to clipboard
ability to breakpoint with any 1 liner
I really like the tool, just wanted to add my own one liner
my users PythonBreakpoints.sublime-settings
{
"breakpoint_string": "print '-'*90; print locals(); print '-'*90; import ipdb; ipdb.set_trace()"
}
@obormot thanks for the tool!
Hi, this modification does not work well. If you want to remove a breakpoint by pressing Ctrl+Shift+B, it will create a second breakpoint instead of removing it.
Actually, I fixed it in my fork. Thank you