Skip to content

Commit 2176e7f

Browse files
author
Paul Verest
authored
ref Nodeclipse/nodeclipse#220 help with Node 8
1 parent f0a4ffd commit 2176e7f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,20 +196,28 @@ <h3><a name="news" class="anchor" href="#news"></a>
196196

197197

198198
<p>
199-
2016-11-03 Have you tried <a href="https://github.com/mickaelistria/eclipse-bluesky">BlueSky</a> -
199+
2018-01-11 Nodejs 8 has depricated <code>--debug</code> command option, so debug may not work.
200+
The code in question is <code>cmdLine.add("--debug"+brk+"="+nodeDebugPort);</code>
201+
<a href="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.debug/src/org/nodeclipse/debug/launch/LaunchConfigurationDelegate.java#L114">LaunchConfigurationDelegate.java#L114</a>.
202+
Help is needed to try out solution for Nodejs 8
203+
<a href="https://github.com/Nodeclipse/nodeclipse-1/issues/220">#220</a>
204+
.
205+
</p>
206+
<p>
207+
2017-11-03 Have you tried <a href="https://github.com/mickaelistria/eclipse-bluesky">BlueSky</a> -
200208
new simple and productive Web Development Tools by Mickael Istria.
201209
Available on <a href="https://marketplace.eclipse.org/content/bluesky-web-development-eclipse-ide-experimental">marketplace</a>
202210
and soon in <a href="http://www.nodeclipse.org/updates/list">Nodeclipse plugin list</a>.
203211
</p>
204212
<p>
205-
2016-10-31 <a href="https://github.com/Mathieuu/CsvEdit">CSV Edit</a> (with a tiny change)
213+
2017-10-31 <a href="https://github.com/Mathieuu/CsvEdit">CSV Edit</a> (with a tiny change)
206214
was built and update site is now at
207215
<code>http://www.nodeclipse.org/updates/csvedit/</code><br>
208216
Also installable via on <a href="https://marketplace.eclipse.org/content/csv-edit-resurrector">marketplace</a>
209217
and in <a href="http://www.nodeclipse.org/updates/list">Nodeclipse plugin list</a>.
210218
</p>
211219
<p>
212-
2016-11-18 <a href="http://www.nodeclipse.org/updates/gradle-ide-pack">Gradle IDE Pack</a> repository
220+
2017-11-18 <a href="http://www.nodeclipse.org/updates/gradle-ide-pack">Gradle IDE Pack</a> repository
213221
(<a href="https://marketplace.eclipse.org/content/gradle-ide-pack">on marketplace</a>)
214222
now includes <a href="https://github.com/de-jcup/egradle">EGradle</a>.
215223
And by default when using MPC

0 commit comments

Comments
 (0)