Is it possible to do full Stack debugging with Intellij J IDEA 15 (Ultimate)
Answered
I was unable to setup debugging mode for full stack development with Intellij IDEA.
Is it possible ? Can anybody guide me ?
Setting details : Node.js,html pages,mysql .
Thanks
Please sign in to leave a comment.
By full stack debugging, do you mean debugging application generated with generator-angular-fullstack? Sure it's possible. Server-side code can be debugged using Node.js run configuration, Angular code - with Javascript Debug run configuration. See https://confluence.jetbrains.com/display/WI/Running+and+debugging+Node.js+application, https://confluence.jetbrains.com/display/WI/Starting+a+JavaScript+debug+session#StartingaJavaScriptdebugsession-Startingadebugsessionwhenusingadifferentwebserver
@Thanks Elena.
I tried to setup with above case but my node.js/ Express framework . But I was not able to setup in debug mode.
Also fyi I am setting up server port address vim /etc/hosts file (example localhost : abc.xyz.prq).
So do we need to setup node.js as remote or local ?
Thanks
If you have Node.js installed locally, you need using local debugging. See https://confluence.jetbrains.com/display/WI/Running+and+debugging+Node.js+application
@thanks alot