c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.09k stars 78 forks source link

Unable to load heap snapshot. "TypeError: Cannot read property 'node_fields' of undefined" #5

Closed cortfr closed 12 years ago

cortfr commented 12 years ago

Looks like the latest inspector looks for node_fields on a property not supplied by node-webkit-agent?

An error happened when a call for method 'pushJSONChunk' was requested TypeError: Cannot read property 'node_fields' of undefined at Object.pushJSONChunk (http://trac.webkit.org/export/head/trunk/Source/WebCore/inspector/front-end/HeapSnapshotLoader.js:150:65) at Object.pushJSONChunk (http://trac.webkit.org/export/head/trunk/Source/WebCore/inspector/front-end/HeapSnapshotLoader.js:138:18) at Object.pushJSONChunk (http://trac.webkit.org/export/head/trunk/Source/WebCore/inspector/front-end/HeapSnapshotLoader.js:128:18) at Object.dispatchMessage (http://trac.webkit.org/export/head/trunk/Source/WebCore/inspector/front-end/HeapSnapshotWorkerDispatcher.js:82:63)

Thanks for the work on node-webkit-agent btw!