mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix #865: Debugging through poetry drops subprocess
Handle "exited" { "pydevdReason": "processReplaced" } appropriately.
Add test for os.exec() in-place process replacement.
This commit is contained in:
parent
6d049b73ab
commit
0a9b01b008
9 changed files with 155 additions and 28 deletions
|
|
@ -12,3 +12,9 @@ exclude = '''
|
|||
| ^/src/debugpy/_version.py
|
||||
)
|
||||
'''
|
||||
|
||||
[tool.pyright]
|
||||
pythonVersion = "3.7"
|
||||
include = ["src"]
|
||||
extraPaths = ["src/debugpy/_vendored/pydevd"]
|
||||
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue