[Webkit-unassigned] [Bug 99297] New: should make plugin process debugging easier (PLUGIN_PROCESS_CMD_PREFIX)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 01:08:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=99297

           Summary: should make plugin process debugging easier
                    (PLUGIN_PROCESS_CMD_PREFIX)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jussi.kukkonen at intel.com
                CC: christophe.dumez at intel.com


I'd like to add support for PLUGIN_PROCESS_CMD_PREFIX environment variable to make debugging easier (on a debug build). Then you could do 
   PLUGIN_PROCESS_CMD_PREFIX="xterm gdb --args" MiniBrowser url/to/something/with/plugins
and end up debugging the right process without tracking forks and all that.

This would be similar to WEB_PROCESS_CMD_PREFIX implemented by a couple of ports (which we should maybe move to non-port specific files as well, but that's another bug).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list