Hi All,What is the currently recommended approach for logging and viewing IPC messages on Windows? The chome://ipc functionality no longer exists [1] and I can't find any updated instructions for Windows. I'm using a Debug build of Chromium.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Hi All,What is the currently recommended approach for logging and viewing IPC messages on Windows? The chome://ipc functionality no longer exists [1] and I can't find any updated instructions for Windows. I'm using a Debug build of Chromium.
On Fri, Jun 12, 2015 at 9:13 AM, Marshall Greenblatt <magree...@gmail.com> wrote:Hi All,What is the currently recommended approach for logging and viewing IPC messages on Windows? The chome://ipc functionality no longer exists [1] and I can't find any updated instructions for Windows. I'm using a Debug build of Chromium.Depending on what you're doing, using about:tracing can be a very effective tool at debugging/viewing IPCs. On a debug build you should get full logging of IPCs there. On a release build, you can get IPC type/line information.
On Fri, Jun 12, 2015 at 1:20 PM, Antoine Labour <pi...@google.com> wrote:On Fri, Jun 12, 2015 at 9:13 AM, Marshall Greenblatt <magree...@gmail.com> wrote:Hi All,What is the currently recommended approach for logging and viewing IPC messages on Windows? The chome://ipc functionality no longer exists [1] and I can't find any updated instructions for Windows. I'm using a Debug build of Chromium.Depending on what you're doing, using about:tracing can be a very effective tool at debugging/viewing IPCs. On a debug build you should get full logging of IPCs there. On a release build, you can get IPC type/line information.What about:tracing categories and/or command-line flags would I use if I wanted to see all IPC messages related to the ppapi process, for example?