On Mon, Aug 19, 2013 at 06:36:30PM -0700, Neil Kandalgaonkar wrote:
> I'm running node inside a Linux VM, on my Mac OS laptop. I'd like to debug 
> node. For some reason I can't get the debugger protocol to be forwarded 
> over a port.
> 
> Is there something special about how the protocol works, or what 
> connections node will accept? I can forward every other service I try.
> 
> I'm pretty sure this isn't a misconfiguration on either end, there's just 
> something fundamental about the networking I am not understanding.
> 
> I am already aware I can run node-inspector inside the VM, and then 
> interact with its web interface, but I wanted to debug it from a Mac OS IDE.

ssh -L 127.0.0.1:8080:127.0.0.1:8080 virtual.machine.com

--
Alan Gutierrez ~ @bigeasy

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to