Improve multi-process debugging.
1) --wait-for-debugger alone makes all child processes wait for a debugger 2) --wait-for-debugger=app1,app2... make only these apps wait for a debugger 3) the app name is added to the command line to make it easier to attach debugger after the process starts 4) MessageBox is used on Windows like chrome BUG=478251 Review URL: https://codereview.chromium.org/1107633002 Cr-Commit-Position: refs/heads/master@{#326676}
Showing
Please register or sign in to comment