webpack-graphql-server icon indicating copy to clipboard operation
webpack-graphql-server copied to clipboard

Better debugging support

Open mrdezzods opened this issue 8 years ago • 1 comments

It seems like there is no easy way to debug while running in chrome.

  • Even though the source maps are generated, I couldn't find a way to open the file I want in chrome dev-tools (sources tab).
  • I tried to configure vscode debugging myself, but couldn't get it working. If anyone has a solution, it would be really appreciated.

mrdezzods avatar Oct 28 '17 11:10 mrdezzods

when you are running the server, you are connecting to graphiql you can use network tab in chrome dev tools in order to see graphql. if you want to debug the server it self, you will need to run node of the server in debugger mode.

DxCx avatar Oct 31 '17 13:10 DxCx