vyakymenko / angular-seed-express

[DEPRECATED, Please use https://github.com/vyakymenko/angular-express] Extensible, reliable and modular starter project for Angular 7 with statically typed build AoT compilation, Express server and PM2 Daemon.

Home Page:https://github.com/vyakymenko/angular-seed-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug server side code

andrefmsilva opened this issue · comments

Hi, how can i debug the server side code in webstorm?
For the client i just need to setup a new javascript debug config and i think it will also work for server side but i think we also need the map files in dist folder....

@Zasuk , here is server debug in WebStorm:
http://prntscr.com/cab71b

@Zasuk , we talk about very same issue with @geekrumper in gitter and JetBrains team.
Btw we have a ticket for this one:
https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FIDEA-159932

@vyakymenko can you share your Node.js Development debug configuration? just to check if i have the same path for files...

@Zasuk , I just configure my server folder and that's all.
Here is my screenshot:
http://prntscr.com/ccgg0u

@Zasuk , can we close this issue ?