Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Releases: microsoft/ptvsd

v4.1.1a9: Fix for #501 and #479 (issues related to pausing a thread with debugg…

21 Jun 21:37
Compare
Choose a tag to compare
…er.set_suspend) (#508)

* Fix issue where pydevd threads could end up being traced.

* Make sure that the stepping command is properly set when a thread is suspended. Fixes #501, #479

v4.1.1a8: Handle exit explicitly. (#499)

19 Jun 21:57
115bdc1
Compare
Choose a tag to compare
(fixes gh-459)

Our exit handling was all over the place. I've refactored the code to properly separate concerns. One consequence is that this fixes wait-on-exit.

v4.1.1a7

18 Jun 02:54
ac33985
Compare
Choose a tag to compare
v4.1.1a7 Pre-release
Pre-release
Fix for missing Description.md (#493)

v4.1.1a6: Update pypi info (#480)

15 Jun 21:09
5464b0d
Compare
Choose a tag to compare
Pre-release
* Update pypi info

* Using python_requires to makesure pip only download on supported versions of python

v4.1.1a5

01 Jun 20:16
552b8e2
Compare
Choose a tag to compare
v4.1.1a5 Pre-release
Pre-release
Fix build paths in sign project (#458)

v4.1.1a4

01 Jun 16:56
e01084a
Compare
Choose a tag to compare
v4.1.1a4 Pre-release
Pre-release
Get the tests working on Windows. (#455)

v4.1.1a3: Fixes exception in django cause by long iter check (#443)

31 May 18:55
0866c0c
Compare
Choose a tag to compare
* Fixes exception in django cause by long iter check

* Fix linter error

v4.0.0a6: Fix #319: VS "Stop Debugging" triggers "Press any key to continue"

06 Apr 18:17
Compare
Choose a tag to compare
Do not stop on exit if attaching, or if disconnect request has been received.

v4.0.0a5

29 Mar 04:45
Compare
Choose a tag to compare
v4.0.0a5 Pre-release
Pre-release
Disable long_description for now - breaks `setup.py sdist`.

v4.0.0a2: Fix #220: Remove py2 from wheel tag. Gracefully handle Cython extensi…

19 Mar 21:55
Compare
Choose a tag to compare