breakpoint set --file pdf/pdfium/pdfium_engine.cc --line 2849
run
Ideally when I launch a pdf and make a selection that particular line in the file should be run , but lldb never pauses execution.
Has any one seen something like this ? Or am I just simply doing something wrong?
Thanks
HiEarlier I was using gdb on older versions of OSX, with lldb things may have changed.So I launched debug version of Chrome using following commands
lldb out/Debug/Chromium.app/Contents/MacOS/Chromiumbreakpoint set --file pdf/pdfium/pdfium_engine.cc --line 2849
run
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Renderer (35494) paused waiting for debugger to attach. Send SIGUSR1 to unpause. and when I switch back to chrome it seems its in a paused state, pages , urls etc would open.
Thanks
Thanks for the info.So I ran the debug build with the following option --renderer-startup-dialogLaunched xcode creating a dummy project and attached to a process by the render process id
However on the consoleit still printsRenderer (35494) paused waiting for debugger to attach. Send SIGUSR1 to unpause. and when I switch back to chrome it seems its in a paused state, pages , urls etc would open.