In IntelliJ 12, with the NodeJS plugin v129.714, there was an option to set the "local directory" and "remote path". This was required for me to map my source folders to my development VM , otherwise the remote debugger would not recognize source files and break points. Once those settings were filled, everything worked correctly. Now, with Intellij 13, the NodeJS plugin has removed those fields, and now my source files and break points are no longer recognized. How does one work around this?
↧