debugging chromium renderer process

762 views
Skip to first unread message

austin

unread,
Aug 29, 2013, 2:47:46 PM8/29/13
to chromi...@chromium.org
Hi,

i want to debug chromium renderer process just "after the browser process is created and before first tab is created". i am using following command line arguments to debug it.
chrome.exe  --renderer-startup-dialog -wait-for-debugger-children=renderer

i am not able to debug a tab creation. using this Command line argument i can debug only renderer thread. which i can see in processexplorer.  please help me on debugging renderer process before first tab is created.

thanks in advance,

John Abd-El-Malek

unread,
Aug 29, 2013, 3:00:43 PM8/29/13
to makkaml...@gmail.com, chromium-dev
On Thu, Aug 29, 2013 at 11:47 AM, austin <makkaml...@gmail.com> wrote:
Hi,

i want to debug chromium renderer process just "after the browser process is created and before first tab is created". i am using following command line arguments to debug it.
chrome.exe  --renderer-startup-dialog -wait-for-debugger-children=renderer

just do 

chrome.exe  --renderer-startup-dialog --no-sandbox

The latter switch is needed because otherwise the dialog creation will fail in the sandbox.


i am not able to debug a tab creation. using this Command line argument i can debug only renderer thread. which i can see in processexplorer.  please help me on debugging renderer process before first tab is created.

thanks in advance,

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev

austin

unread,
Aug 29, 2013, 3:27:23 PM8/29/13
to chromi...@chromium.org, makkaml...@gmail.com
thanks for reply john..

i will use .. and let you know..
i have one more question is there any way we can make debugging faster... it takes too much time to move from one break point to another..:)


thanks,
Reply all
Reply to author
Forward
0 new messages