Skip to content

Commit 0116f9f

Browse files
authored
Update CONTRIBUTING.md (#1695)
1 parent 178a0f4 commit 0116f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Follow these steps to get pydevd testable:
131131
- copy all of your changes from src/debugpy/_vendored/pydevd to the root of your PyDev.Debugger clone
132132
- remove the pdb files (pydevd doesn't ship those) if you rebuilt the attach dlls
133133
- 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)
134135

135136
### Testing pydevd and fixing test failures
136137

0 commit comments

Comments
 (0)