node-webkit-agent icon indicating copy to clipboard operation
node-webkit-agent copied to clipboard

NodeJS agent for WebKit devtools front-end

Results 16 node-webkit-agent issues
Sort by recently updated
recently updated
newest added

![企业微信截图_16607216739120](https://user-images.githubusercontent.com/68623860/185084813-7299f754-61a6-4d84-a22a-a9beb017dad8.png)

Hello, After about 5 hours of trying to make gyp work on my Windows 7 x64 and finally following steps: 1) Install Visual Studio 2015 Express `with the visual c++`...

npm install webkit-devtools-agent / > [email protected] install /Users/mgawande/Desktop/src/scratch/node_modules/webkit-devtools-agent/node_modules/ws > (node-gyp rebuild 2> builderror.log) || (exit 0) CXX(target) Release/obj.target/bufferutil/src/bufferutil.o > [email protected] install /Users/mgawande/Desktop/src/scratch/node_modules/webkit-devtools-agent > node-gyp rebuild child_process: customFds option is deprecated,...

Hello! Maybe I am wrong but its impossible to install this beautiful package with Node 4.1.0. `npm-debug.log` ``` 0 info it worked if it ends with ok 1 verbose cli...

Try to use on io.js with version: ``` shell myguestuser@91614db4b948:/srv$ node --version v1.1.0 ``` Installation log: ``` shell myguestuser@91614db4b948:/srv$ npm install webkit-devtools-agent - > [email protected] install /srv/node_modules/webkit-devtools-agent/node_modules/ws > (node-gyp rebuild...

Hi, I would love to be able to programmatically trigger a heap dump. Is this at all possible? Thanks, -- Sugendran

Is this a bug or a feature not yet implemented? The 'calls' column on the profiler has value 0 for every row.

Details of what needs to be done to fix this can be found at: https://github.com/c4milo/node-webkit-agent/pull/79#issuecomment-89068959

Hi node-webkit-agent version - 0.3.1 node version - 0.10.29 In my node process, I see an increase of 10-50 mb in RSS whenever I take a heapsnapshot. This memory is...