inspect-process
inspect-process copied to clipboard
🔍 Dead simple debugging for node.js using chrome-devtools.
When the devtools chrome window opens, the selected tab is console and then changes to sources. I'd like to start on console - or an option for this, that would...
I find myself having to set breakpoints all over again, after I "lose" my bug and the execution terminates.
Can you please document the `--require` option and tell users that they will need to use this when trying to run `gulp/grunt` behind `babel-register`? It took me forever to get...
The documentation currently says that you can run executables like this: > inspect grunt but under Windows, npm actually installs cmd files (e.g. gulp.cmd) which get picked up instead of...
Windows 10 x64 Node 7.1.0 cmd: ``` C:\localhost\taxi>inspect app.js [8008:5652:1118/203724:ERROR:CONSOLE(1)] "Uncaught ReferenceError: DevToolsAPI is not defined", source: (1) [8008:5652:1118/203724:ERROR:CONSOLE(4461)] "Request Log.enable failed. {"code":-32601,"message":"'Log.enable' wasn't fou nd"}", source: chrome-devtools://devtools/bundled/inspector.js (4461) ```
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...
Want to explore the possibility of storing driver in shared location. I use inspect-process on several projects and continually having to download chromedriver feels unnecessarily heavy. The chromedriver is actually...
Pending #2, "Allow for inspect specific options", a watch feature could be implemented. ## Requirements I see three core requirements for the implementation: ### 1. Ease of Use There should...