You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed on our Telegram Dev-Chat and support, please add basic configuration for Webstorm IDE to handle debugging of Dev-Server.
Webstorm stores all its configuration files in ".idea/workspace.xml"
this part is needed to have an NodeJS debugger which start the Proces & attacks to its stream.
we need an entry in "" (which can be multiple) based on the examples I provided above
If you also would like to an and "AttachNodeJS debugger", so were you start the adapter manually and attach to the running proces, this configuration can be added to attach to the proces
As discussed on our Telegram Dev-Chat and support, please add basic configuration for Webstorm IDE to handle debugging of Dev-Server.
Webstorm stores all its configuration files in ".idea/workspace.xml"
this part is needed to have an NodeJS debugger which start the Proces & attacks to its stream.
JS:
ts:
So an empty config XML looks like:
we need an entry in "" (which can be multiple) based on the examples I provided above
If you also would like to an and "AttachNodeJS debugger", so were you start the adapter manually and attach to the running proces, this configuration can be added to attach to the proces
As last item, to be able to have a list of these items, we need to add
a complete config file with all these attribute would look like this:
JS: (for TS link must be set to build folder
The text was updated successfully, but these errors were encountered: