diff options
author | BlackEagle <ike.devolder@gmail.com> | 2019-07-08 17:11:10 +0200 |
---|---|---|
committer | BlackEagle <ike.devolder@gmail.com> | 2019-07-08 17:11:12 +0200 |
commit | dc36532022cce8af15b09e6c868be5f1e829fd75 (patch) | |
tree | f9d2f6c2e56c86a374a63bc04a00ae38a0d31967 | |
parent | a4fdbb27bdbdee8a56b80505ada9a71ed63b281f (diff) | |
download | vdebug-dc36532022cce8af15b09e6c868be5f1e829fd75.zip |
change NodeJS set up to NodeJS 0.10 setup
It does not seem that newer versions are properly supported and will be
anytime soon.
Closes #356
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
-rw-r--r-- | doc/Vdebug.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt index f7716f5..244fce7 100644 --- a/doc/Vdebug.txt +++ b/doc/Vdebug.txt @@ -28,7 +28,7 @@ CONTENTS *Vdebug-contents* 3.2 Python set up............................|VdebugSetUpPython| 3.3 Ruby set up..............................|VdebugSetUpRuby| 3.4 Perl set up..............................|VdebugSetUpPerl| - 3.5 NodeJS set up............................|VdebugSetUpNodejs| + 3.5 NodeJS 0.10 set up.......................|VdebugSetUpNodejs| 3.6 TCL/Wish set up..........................|VdebugSetUpTcl| 4. Usage.........................................|VdebugUsage| 4.1 Starting the debugger....................|VdebugStart| @@ -353,7 +353,7 @@ If you haven't started Vdebug you will get a message saying that it can't connect. This means you've set it up correctly. ------------------------------------------------------------------------------ -3.5 NodeJS set up *VdebugSetUpNodejs* +3.5 NodeJS 0.10 set up *VdebugSetUpNodejs* NodeJS is the easiest language to set up for debugging with Vdebug, as Activestate have made the debugger engine available through npm. The only catch |