inspect-process
inspect-process copied to clipboard
Console not working until refresh
OS: Windows 7
The console is not attached when the devtools window is opened. It requires a refresh before it starts working correctly. Until then, the logs only appear in the command window. After refreshing, all the logs are visible from before in devtools, and new ones now appear.
Might be a race condition or something going on.
Hmmm interesting. Does this occur consistently for you (on every run)? I'll have to dig in to see if this error occurs at the inspect-process level, or at the devtools level.
Thanks for the report.
Yeah it happens consistently on every run.
Doesn't happen when I run node -- inspect
directly.
Hopefully that helps 👍
Wondering if it is an order of execution error on chromes end. If you don't mind providing a little more help.
- What version of node are you experiencing this on?
- Does upgrading to node 7.2.1 fix the issue?
Thank you!