PythonBreakpoints icon indicating copy to clipboard operation
PythonBreakpoints copied to clipboard

ability to breakpoint with any 1 liner

Open sinanm89 opened this issue 8 years ago • 3 comments

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()"
}

sinanm89 avatar Jan 07 '17 00:01 sinanm89

@obormot thanks for the tool!

sinanm89 avatar Jan 07 '17 00:01 sinanm89

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.

felipeespic avatar Apr 12 '17 12:04 felipeespic

Actually, I fixed it in my fork. Thank you

felipeespic avatar Apr 12 '17 13:04 felipeespic