github mdmintz/pdbp v1.3.0
1.3.0 - More ways to run

latest releases: v1.7.1, v1.7.0, v1.6.1...
2 years ago

More ways to run

  • Support python -m pdbp <script.py>:
    --> dfcd19b
    --> This resolves #20
  • Add a toggle to truncate long lines or word-wrap them:
    --> 2cb3f9d
    --> This resolves #27
  • Drop support for Python 2.7:
    --> 133bf5f
    --> This resolves #21
  • The where / w command should disable sticky mode first:
    --> This resolves #24
  • Update the debugger edit command:
    --> This resolves #26
  • Update the list / l command:
    --> This resolves #30
  • Fix issue with printing code blocks after a jump LINENO command:
    --> This resolves #22
  • Fix error-handling with inspect <VAR>:
    --> This resolves #23
  • Fix symmetry of "Documented" and "Undocumented" help commands:
    --> This resolves #28
  • Make the new pygments release the new minimum pygments version:
    --> This resolves #29

Don't miss a new pdbp release

NewReleases is sending notifications on new releases.