--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Thanks for the response. However, I see that most of Plugin* and
NPObject* messages have blank message field, so it's not so helpful
for me to track the communication procedure between the renderer and
the plugin.
Is there any other way to set up breakpoints to the
renderer and plugin process and trace them? I tried to follow the
instruction at http://www.chromium.org/developers/how-tos/debugging
with '--single-process' option, but I really couldn't find the
appropriate point in the renderer.
On Jun 21, 4:34 pm, John Abd-El-Malek <j...@chromium.org> wrote:
> On Windows, about:ipc on a debug build (or release compiled with
> IPC_MESSAGE_LOG_ENABLED) will show the messages and contents, and allow
> filtering on types of messages.
>
>
>
> On Mon, Jun 21, 2010 at 2:42 PM, Won Jeon <wjj...@gmail.com> wrote:> > Chromium Developers mailing list: chromium-...@chromium.org
> > Hi all,
>
> > I'm wondering if there is an easy way to see the logging information
> > of IPC-related messages between Renderer process and plugin on Linux
> > or Windows, other than having "CHROME_IPC_LOGGING=1" on Linux? Thanks.
>
> > --
> > View archives, change email options, or unsubscribe:--
> > http://groups.google.com/a/chromium.org/group/chromium-dev
Chromium Developers mailing list: chromi...@chromium.org
For Linux, all of our debugging tricks (including how to debug plugins) are at
http://code.google.com/p/chromium/wiki/LinuxDebugging