Skip to content

Releases: mdmintz/pdbp

1.5.0 - Refresh dependencies and drop Python 3.6 support

08 Sep 20:07
bbc3aea
Compare
Choose a tag to compare

1.46 - Improve Windows Prompt compatibility

13 Aug 20:51
268abd2
Compare
Choose a tag to compare

Improve Windows Command Prompt compatibility

1.4.5 - Fix Windows Prompt display issue

12 Aug 04:41
3c19d38
Compare
Choose a tag to compare

Fix Windows Command Prompt display issue

  • This resolves #49

1.4.4 - Refresh Python dependencies

08 Aug 18:44
fbf81c2
Compare
Choose a tag to compare

1.4.3 - Fix line-truncation issue

17 Jul 22:24
f38c06e
Compare
Choose a tag to compare

Fix line-truncation issue

  • Fix an issue where lines with special characters could get truncated.
  • This resolves #46
  • 90c3e8e

1.4.2 - Improve exception info in Debug Mode

29 Jun 21:45
f2a8a71
Compare
Choose a tag to compare

Improve exception info in Debug Mode

  • This resolves #43
  • This resolves #44

1.4.1 - Refactoring

22 Jun 15:48
6026586
Compare
Choose a tag to compare

Refactoring

  • Refactor the code
    --> 74a91e0
  • Refresh Python dependencies
    --> 93cad73

1.4.0 - Some enhancements

26 Apr 19:44
17068a5
Compare
Choose a tag to compare

Some enhancements

  • Add syntax-highlighting to non-sticky mode
    --> bb5d767
    --> This resolves #37
  • Add/update shortcut for "jump" ("j")
    --> b1aa4d0
    --> This resolves #38
  • Do not truncate long lines by default
    --> f3bc7ac
    --> This resolves #36
  • Update "truncate" / non-"truncate" modes
    --> 29730bc
    --> This resolves #35

1.3.1 - More highlighting and refactoring

19 Apr 18:37
9c53e28
Compare
Choose a tag to compare

More highlighting and refactoring

  • Highlight the current stack frame
    --> 663dd78
    --> This resolves #32
  • Refactoring
    --> c7f93d2
    --> This resolves #33

1.3.0 - More ways to run

19 Apr 04:32
8ea6fa2
Compare
Choose a tag to compare

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