Skip to content

ability to breakpoint with any 1 liner#10

Open
sinanm89 wants to merge 3 commits into
obormot:masterfrom
sinanm89:master
Open

ability to breakpoint with any 1 liner#10
sinanm89 wants to merge 3 commits into
obormot:masterfrom
sinanm89:master

Conversation

@sinanm89

@sinanm89 sinanm89 commented Jan 7, 2017

Copy link
Copy Markdown

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

sinanm89 commented Jan 7, 2017

Copy link
Copy Markdown
Author

@obormot thanks for the tool!

@felipeespic

Copy link
Copy Markdown

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

Copy link
Copy Markdown

Actually, I fixed it in my fork. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants