You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ Follow these steps to get pydevd testable:
131
131
- copy all of your changes from src/debugpy/_vendored/pydevd to the root of your PyDev.Debugger clone
132
132
- remove the pdb files (pydevd doesn't ship those) if you rebuilt the attach dlls
133
133
- create an environment to test. The list of stuff in your environment is outlined [here](https://github.com/fabioz/PyDev.Debugger/blob/6cd4d431e6a794448f33a73857d479149041500a/.github/workflows/pydevd-tests-python.yml#L83).
134
+
- set PYTHONPATH=. (make sure you don't forget this part, otherwise a lot of tests will fail)
0 commit comments