You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to launch a .js file as a node application I get
java.lang.ArrayIndexOutOfBoundsException: 5
at org.nodeclipse.debug.launch.LaunchConfigurationDelegate.getEnvironmentVariables(LaunchConfigurationDelegate.java:281)
at org.nodeclipse.debug.launch.LaunchConfigurationDelegate.launch(LaunchConfigurationDelegate.java:221)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Happens to all normal node application launchers as well as debug launchers.
Nodeclipse version : 1.0.1.201509240713
Eclipse: 4.5.0
The text was updated successfully, but these errors were encountered:
Worked around it by simply enabling PreferenceConstants.NODE_PASS_ALL_ENVIRONMENT_VARIABLES aka "pass all environment variables of Eclipse to launched Node.js app" in preferences pane.
Didn't disable it on purpose maybe on accident. Seems to be a bug anyway so I leave this here changing the title appropriately.
ThottChief
changed the title
ArrayIndexOutOfBound for Node Application launchers
ArrayIndexOutOfBound for Node Application launchers with PreferenceConstants.NODE_PASS_ALL_ENVIRONMENT_VARIABLES disabled.
Sep 24, 2015
Whenever I try to launch a .js file as a node application I get
Happens to all normal node application launchers as well as debug launchers.
Nodeclipse version : 1.0.1.201509240713
Eclipse: 4.5.0
The text was updated successfully, but these errors were encountered: