-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Cloud code debugging #3496
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
Comments
Just start your node process with --debug and attach a node debugger. |
Thanks for the hint 😀 Is this mentioned somewhere in the docs? If not I can add some documentation on this (maybe on parse-server-example). |
@gugmaster Take a look here: https://nodejs.org/api/debugger.html |
@natanrolnik To me it was not clear how to debug cloud code (I'm not experienced in JS and node JS). But maybe I'm the only one here 😉 |
Is it possible to debug cloud code (on a local parse instance)?
If not I would love to have that. I would love to work on this feature with some guidance from experts.
I think this feature would be interesting for many other developers.
The text was updated successfully, but these errors were encountered: