Reputation: 8523
I've followed all the steps for using Node-Inspector
But when I open up the application, I can't see any of my scripts or logs to the console.
My app is running on port 4000. The only thing I thought that might be conflicting is WAMP on port 8080 as well, but changing Node-Inspector's port to 1000 didn't help.
Any thoughts about why this might be happening?
Upvotes: 1
Views: 108
Reputation: 11
The debugger will only work if open in one browser window. Make sure you don't have the debug url open in any other tabs / windows.
Upvotes: 1