-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging remote node.js apps #54
Comments
Yes. The main challenges are:
I'd love to help get this working, though. The easiest way to test would be for you to use an SSH tunnel to map localhost:8888 (TCP, I believe) on your dev machine to localhost:8888 on your server. Can you try that and see how well that works? May as well invoke node-theseus with |
Forwarding 8888 works well enough to be usable, though it looks like the file matching fails in places. A preference to connect to a non-localhost site would be great. |
Your +1 has been received. :) Hmm, yeah, file matching is somewhat hacked-together because there are a lot of cases to deal with (Rails asset conventions, Node.js If you could post some of the paths that aren't getting mapped correctly, I might be able to make |
This is indeed the most interesting aspect. We would love to use Theseus to remotely debug server code we develop on the client side. |
Is it possible debugging a remote Node.JS app instead of a local one ?
The text was updated successfully, but these errors were encountered: