Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 589 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 589 Bytes

0.11.0

  • No more restrict the version range of click (GH-15)
  • Fix compatibility on Python 3.12 (GH-17)

0.10.0

  • Fix command line arguments of newer LLDB/GDB (GH-14)
  • Fix entry points in setup.py (GH-11)
  • Test on Python 3.11

0.9.0

  • Report error information if GDB/LLDB is not found. (GH-10)

0.8.0

  • The Python 3.6 in both client and server are supported. (GH-9)

0.7.1

  • Rename the PyPI project to "pystack-debugger" since the "pystack" was used.

0.7.0

  • Fix the incorrect arguments when using lldb (GH-7)
  • Rename the project and its script to "pystack" (GH-8)