How do I configure IntelliJ to use a remote path mapping when debugging Python?
It appears as though in PyCharm in the Run/Debug configuration window there is an option to specify Path Mappings, see http://architects.dzone.com/articles/python-pycharm-%E2%80%93-configuring
However, this option isn't present in the same place in IntelliJ. How do I go about configuring this?
At the moment I have debugging working but whenever a file is debugged the IDE opens up the external library stubs in new tabs when stopping at breakpoints etc rather than opening up the local project file.