inspect-process
inspect-process copied to clipboard
🔍 Dead simple debugging for node.js using chrome-devtools.
## Version **10.0.3** of [standard](https://github.com/standard/standard) just got published. Branch Build failing 🚨 Dependency standard Current Version 10.0.2 Type devDependency This version is **covered** by your **current version range** and after...
I'm not sure when this started happening, but when I run inspect against Chrome Version 57.0.2987.133 (64-bit) ``` $ inspect --version 0.4.2 $ inspect lib/index.js ``` I get "Not Secure"...
this avoids the flashing in the current impl, as the size is set after the window has already opened this also adds the ability for callers to specify the window...
It may be possible to monkey patch child_process methods to force inspect. I would almost always consider this bad practice, but perhaps it could live behind a flag --patch or...
When run `inspect` command in virtual machine, console logs: ``` [0516/124839.776:ERROR:gl_surface_egl.cc(693)] eglInitialize D3D11 failed with error EGL_NOT_INITIALIZED, trying next display type ``` * WMWare Player 12.5 (Win 7) * inspect...
I'd not only like this not to `_setSize` for me, but I would also like chrome to "remember" its last position including width / height - very useful when you're...
Perhaps this doesn't belong here, yet I might get some feedback here. Wouldn't it be nice to run debugging sessions of locally installed executables just like one would run locally...
Hey (me again), I'm using `inspect` to profile my library. For this I need it to execute some piece of code and then inspect the reports inside DevTools. But DevTools...
Hey, I don't know if it's easily doable, but I've been using `devtool` (npm package) for a while and they don't display tabs and url. I know it's an electron...
**Work In Progress** Rough implementation of proxy layer necessary to support child_processes: https://github.com/jaridmargolin/inspect-process/issues/5#issuecomment-282443064