Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple continue support, ipython, and more #33

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

iloveitaly
Copy link
Collaborator

Some high level improvements:

  • Multiple breakpoint()s were not working for me, now they are
  • Logging is more consistent and does not use stdout
  • Port + address can be customized via env
  • ipython is (optionally) supported

Details:

  • fix regressions triggered by (c)ontinue calls during a session
  • fix: multiple breakpoints()
  • feat: add @iex decorator
  • feat: detect ipython
  • fix: pdb import
  • feat: optionally pull port and address from env
  • fix: log target bind port, refactored logging
  • fix: don't throw exception when port cannot be bound
  • fix: newline on all errors, don't attempt to set debugger if we can't bind

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