这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Tags: microsoft/ptvsd

Tags

v4.2.3

Toggle v4.2.3's commit message
Check that removing breakpoints works properly. #1126 (#1134)

v4.2.2

Toggle v4.2.2's commit message
Fix issue initializing matplotlib and error when thread is not found. #…

…1041 (#1121)

v4.2.1

Toggle v4.2.1's commit message
Use pytest-xdist to speed up tests and continue running after timeout. (

#1116)

* Use pytest-xdist to speed up tests and continue running after timeout.

* Use unique server ports for Django and Flask tests.

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #985 from int19h/984

Fix #984: Remote debugging not working with multiproc

v4.1.4

Toggle v4.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

More improvements.

v4.1.3

Toggle v4.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Preserve tab character while parsing XML (#829)

* Preserve tab character while parsing XML

* Add test for tab character

* Remove tab from safe list so that it is quoted.

* Revert "Preserve tab character while parsing XML"

This reverts commit 9081654.

v4.1.2

Toggle v4.1.2's commit message
Fixes issues dealing with path separators on path mappings. Fixes #762, 

#790 (#795)

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change release type from alpha to production (#759)

v4.1.1a11

Toggle v4.1.1a11's commit message
Provide stack trace of uncaught exception on CMD_GET_THREAD_STACK (#697…

…). (#710)

v4.1.1a10

Toggle v4.1.1a10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add thread count tests (#668)

* Add thread count tests

* Fix Linter

* Adding sleep to allow thread state to be captured accurately