Hi,
I'm using the remote debugging API in Chrome 15.0.874.121. I'm stopping at a breakpoint, and while stopped, I send Debugger.evaluteOnCallFrame with the expression "this", so I can introspect the properties of "this". In previous builds this worked fine, but in this build I'm getting an error: code -32000, message "Object has too long reference chain(must not be longer than 1000)".
Any idea what this error means?
Thanks,
nj