Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.76k stars 148 forks source link

add support async/await #118

Closed phra closed 7 years ago

phra commented 7 years ago

hi,

currently devtool doesn't support for async/await already available in latest chromium and nodejs. i'm creating this ticket to track the status of this feature. :rocket:

w05163 commented 7 years ago

find devtool folder and update electron to version 1.7.2 can solve this problem for temporarily

phra commented 7 years ago

@w05163 it's not needed. now there is the new debugging protocol and you can use the "--inspect" flag and attach your chrome to it. closing this issue. https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27

hutber commented 7 years ago

I was actually going to say the same thing, the only thing that is missing is the network tab that I could see.