--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Please let me know if you use --wait-for-debugger, --wait-for-debugger-children, or --debug-on-start in your Chrome debugging, how often, and whether you're aware of any satisfactory alternatives.
If these are used rarely or never, and/or we can replace their usage with other existing flags, they will be removed. I'll wait up to a week or so for answers.
PK
--
--
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.
I use --*-startup-dialog instead. Are there differences? Seems like redundancy.
startup-dialog is useful, but requires the sandbox to be off on Windows.
On Fri, Mar 28, 2014 at 2:40 PM, Scott Graham <sco...@chromium.org> wrote:
I use --*-startup-dialog instead. Are there differences? Seems like redundancy.startup-dialog is useful, but requires the sandbox to be off on Windows.
Then could we replace the four --xxx-startup-dialog flags with --wait-for-debugger[-children]? That would at least get us from two sets of these flags to one.
--
On Fri, Mar 28, 2014 at 2:42 PM, Peter Kasting <pkas...@google.com> wrote:
On Fri, Mar 28, 2014 at 2:40 PM, Scott Graham <sco...@chromium.org> wrote:
I use --*-startup-dialog instead. Are there differences? Seems like redundancy.startup-dialog is useful, but requires the sandbox to be off on Windows.Then could we replace the four --xxx-startup-dialog flags with --wait-for-debugger[-children]? That would at least get us from two sets of these flags to one.I kinda like the flexibility of selecting which process I'm trying to debug, otherwise it gets tedious to manually attach the debugger on every single sub-process created (I mostly use gdb). Tradeoff may be different on windows?
On Fri, Mar 28, 2014 at 2:40 PM, Scott Graham <sco...@chromium.org> wrote:
I use --*-startup-dialog instead. Are there differences? Seems like redundancy.startup-dialog is useful, but requires the sandbox to be off on Windows.Then could we replace the four --xxx-startup-dialog flags with --wait-for-debugger[-children]? That would at least get us from two sets of these flags to one.
No one has mentioned --debug-on-start yet, which is good, since I don't even know what it does.PK
--
PK
On Fri, Mar 28, 2014 at 2:42 PM, Peter Kasting <pkas...@google.com> wrote:
On Fri, Mar 28, 2014 at 2:40 PM, Scott Graham <sco...@chromium.org> wrote:
I use --*-startup-dialog instead. Are there differences? Seems like redundancy.startup-dialog is useful, but requires the sandbox to be off on Windows.Then could we replace the four --xxx-startup-dialog flags with --wait-for-debugger[-children]? That would at least get us from two sets of these flags to one.I use startup-dialog all the time; keep as is.
--
Just curious, what's the problem with connecting to every single spawned process?
PK
--