-
Notifications
You must be signed in to change notification settings - Fork 36
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
Debugger? #54
Comments
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details. |
Hi @venkatrjv! You can use morgan to monitor traffic in command-line. And if you want to separate your debugging logs I can recommend debug. You will need to add these in here. Nonetheless, we have no implicitly dedicated tool for debugging. 👨💻 Happy Coding! |
Hi
Is there any possible way to add node --inspect ? As because moleculer js supports it.. |
@venkatrjv debugger works great in webstorm Here is my current config Launch Swagger with Debugger
Run Jest with Debugger
|
Hey This is for pankod moleculer js to run the code. Looks like its not |
This is a webstorm debugger configuration to run the pankod moleculer boilerplate |
Can u provide any reference so that I can add this to my code.. |
Use webstorm and have .idea in your project root, whether you decide to add it to version control is up to you.
copy the run configurations into those files and you should be good to go. You can also setup the run configurations through webstorms UI, using the configuration params in the xml element. If webstorm run configurations are new to you I recommend watching a couple youtube videos to familiarize yourself with the basics. Once you have them setup you can run them via the webstorm debugger. For the swagger configuration you need to launch swagger via the webstorm npm launcher after starting the debugger so that it binds to the correct debug port that is dynamically assigned. |
Hi,
How to add debugger / inspector for this boilerplate?
Thank in advance.
The text was updated successfully, but these errors were encountered: