I have added an external source folder to my project via "Project->Properties->External Libraries->Add source folder". Added folder and underlying source files appear under "External libs" on the "Pydev Package Explorer" perspective.
When I try to set up "Run (or debug) configurations->Main->Main module" using the "Browse ..." button, I'm given an empty window. I understand that is happening because the main project folder has no source files to this point. So, my question is: how can I then have the main module being run/debugged coming from external python sources? I consider linking the external source folder from the main project folder not to be an option.
I'm using Eclipse Kepler Service Release 2, Build id: 20140212-2123 and PyDev for Eclipse 2.8.2.2013090511
Thank you for your time.