Source folders in PYTHONPATH
Brought to you by:
fabioz
When adding Source Folders to a project's 'PyDev - PYTHONPATH' properties the folders are added somewhere in the middle of the PYTHONPATH.
This means that when debugging a project which already has a version installed in the site-packages directory the site-packages version is used rather than the project's version which you are trying to debug.
The 'PyDev - PYTHONPATH' properties should be inserted at the start of the PYTHONPATH.