NumberFour / n4js

Type-Safety of Java & Javascript Flexibility
http://numberfour.github.io/n4js/
38 stars 8 forks source link

Add "launch/test with node and debug with Chrome/DevTools" #403

Closed JensN4 closed 6 years ago

JensN4 commented 7 years ago

In general it is super-easy to start a test or an app in debug mode on node and attach Chrome to it. We should think about adding that to the runner menu.

What is required to debug? Node.js arguments: --inspect --debug-brk Chrome: Open chrome with "about:inspect" (will delegate to "chrome://inspect").

yoosiba commented 7 years ago

commented in https://github.com/NumberFour/n4js/issues/402#issuecomment-306751724

mmews-n4 commented 6 years ago

continued here https://github.com/eclipse/n4js/issues/548