summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2015-08-26 16:02:05 +0100
committerJon Cairns <jon@joncairns.com>2015-08-26 16:02:05 +0100
commit92b02cf173be2196aa8cac0d3eb4dae2b808f782 (patch)
tree42ed67f181a723798fb0dd6798c816de6f98ece1 /doc
parent514b1bcb068ab17ebad9cce2969866120a5fc20e (diff)
downloadvdebug-92b02cf173be2196aa8cac0d3eb4dae2b808f782.zip
Add information on nodejs debugging limitations, close #223
Diffstat (limited to 'doc')
-rw-r--r--doc/Vdebug.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index 7704ead..8b83573 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -356,8 +356,13 @@ connect. This means you've set it up correctly.
3.5 NodeJS 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. All you need
-to do is run: >
+Activestate have made the debugger engine available through npm. The only catch
+is that the latest version (for Komodo 8) only supports nodejs version 0.10.x
+AND UNDER. Newer versions of nodejs simply won't work. They plan to fix this in
+future versions (see
+http://forum.komodoide.com/t/node-js-debugger-never-finishes-starting/1321/2)
+
+To install the debugger package, simply run: >
npm install komodo-debug -g
<
@@ -1127,6 +1132,11 @@ it to this list.
check that the IDE key option is empty, as this will turn off IDE key
matching.
+ Q. NodeJS debugging doesn't work, using the komodo-debug package.
+ A. Check that you're using nodejs version 0.10.x or less, as komodo-debug
+ won't work with anything newer. They plan to fix this in future
+ versions.
+
Q. I can't debug a script on a remote machine, what's going on?
A. Have you read the section on remote debugging, |VdebugRemote|? I mean,
have you REALLY read it? If you have, then drop me an email with your