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
Hi,
in a simple express project I'm using hot-middleware to update client modules; however as soon as I enable this, I'm not able to debug the express side... to be more precise I'm not able to debug the code that handle the requests (app.get fro example)...
I think that his is somewhat expected because the modules are delivered to the browser without passing thought the web server, however I wish to know if is there a way to be able to debug.
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
in a simple express project I'm using hot-middleware to update client modules; however as soon as I enable this, I'm not able to debug the express side... to be more precise I'm not able to debug the code that handle the requests (app.get fro example)...
I think that his is somewhat expected because the modules are delivered to the browser without passing thought the web server, however I wish to know if is there a way to be able to debug.
Thank you
The text was updated successfully, but these errors were encountered: