这是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.9

Toggle v4.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix thread cleanup issue on forking (debugger could crash when subpro…

…cess pool was closed). (#1396)

v4.2.9b

Toggle v4.2.9b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor improvements to troubleshooting instructions (#1395)

* Minor improvements to troubleshooting instructions

* Address comments.

v4.2.8

Toggle v4.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove unused code (#1369)

* Remove unsued code in utils.

* Delete unused file.

v4.2.8b1

Toggle v4.2.8b1's commit message
Create TROUBLESHOOTING.md (#1363)

* Create TROUBLESHOOTING.md

This includes a list of bigger known issues as well as a standard process for filing issues.

* Update TROUBLESHOOTING.md

added line for debugger logging.

* Update TROUBLESHOOTING.md

v4.2.7

Toggle v4.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure all output is received for tab output test (#1320)

v4.2.6

Toggle v4.2.6's commit message
Fix #1272: Launch a SubModule (#1290)

Add sys.path entry for current directory before using runpy/importlib to resolve the module.

v4.2.5

Toggle v4.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add json support for exception info request. Fixes #1222 (#1260)

* Add json support for exception info request

* Add tests for json exception info request

* Address comments and minor tweaks

* Rename and fix tests

* Pass response to NetCommand

v4.2.5b2

Toggle v4.2.5b2's commit message
Fix issues with django and jinja2 exceptions with just-my-code turned…

… on. Fixes #1181 (#1243)

* Fix issues with django and jinja2 exceptions with just-my-code turned on. Fixes #1181

* Modules don't have __qualname__.

* Fix test to do a step out.

* Fix test for Jython.

v4.2.5b1

Toggle v4.2.5b1's commit message
Fix attach() and enable_attach() with log_dir=, and add tests for var…

…ious ways to enable logging.

v4.2.4

Toggle v4.2.4's commit message
Add comment explaining how get_code_lines() works.