tomer8007 / chromium-ipc-sniffer

A tool to capture communication between Chromium processes on Windows
GNU General Public License v3.0
367 stars 57 forks source link

Error occurs when open devtools in chrome. #4

Closed shenzhigang closed 3 years ago

shenzhigang commented 3 years ago

Chrome version: 92.0.4515.159 (Official Build) (32-bit) Platform: windows 10 64bit An error dialog box shows 'frame 1482 too long' when open devtools in chrome, and after this, no more communications were captured.

image

tomer8007 commented 3 years ago

@shenzhigang Please try v0.5.3. Large packetes are now truncated. e.g when opening devtools the renderer's JavaScriptExecutionRequest looks like this:

image

This is calling DevToolsAPI.dispatchMessage.

shenzhigang commented 3 years ago

@shenzhigang Please try v0.5.3. Large packetes are now truncated. e.g when opening devtools the renderer's JavaScriptExecutionRequest looks like this:

image

This is calling DevToolsAPI.dispatchMessage.

It works on version 0.5.3. Thanks.