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
<p>In Nodeclipse version 0.6 add possibility to run Node.js app with monitor (see Monitor page) or launch coffee util to compile <code>*.coffee</code> files. However these have ran into problem <ahref="http://stackoverflow.com/questions/19157302/eclipse-plugin-development-saved-launchconfiguration-overrides-launchtype">http://stackoverflow.com/questions/19157302/eclipse-plugin-development-saved-launchconfiguration-overrides-launchtype</a> That will be fixed as soon as solution is found.</p>
<p>Right-click <code>.js</code> file with Node.js app and select "Run As -> Run Configuration..."</p>
457
+
<p>You can configure node and apps parameters workspace wide in <code>Preferences -> Nodeclipse</code> or per file:</p>
458
+
<p>Right-click <code>.js</code> file with Node.js app and select "Run As -> Run Configuration..." (Hint: the easiest way to create LaunchConfiguration is actually run the file once.)</p>
460
459
<p>You can configure to pass</p>
461
460
<ul>
462
461
<li>program arguments</li>
463
462
<li>Node arguments</li>
464
463
<li>set working directory</li>
465
464
</ul>
465
+
<p>To have LaunchConfiguration saved within Project folder, select path in <code>Shared File</code> field on <code>Common</code> Tab of LaunchConfiguration. (Yes, dialog string is confusing)</p>
466
466
<p>Since Nodeclipse 0.5 it is possible to set environment variables in a launch configuration. The "Environment" tab is not there in the Node launcher.</p>
467
467
<p>As an alternative way you can also add another JS file that sets the variables before it calls the node app and run that instead.</p>
<p>In Nodeclipse version 0.6 add possibility to run Node.js app with monitor (see Monitor page) or launch coffee util to compile <code>*.coffee</code> files. However these have ran into problem <ahref="http://stackoverflow.com/questions/19157302/eclipse-plugin-development-saved-launchconfiguration-overrides-launchtype">http://stackoverflow.com/questions/19157302/eclipse-plugin-development-saved-launchconfiguration-overrides-launchtype</a></p>
0 commit comments