Automatically enable "--single_process" mode browser_tests when it's run under a debugger |
||
Issue descriptionI spent few hours today trying to run browser_tests under gdb but couldn't get the breakpoint in the test code to be trapped. This is because I forgot to add "--single_process" flag and the gdb command attach to the test launcher process but not the browser process. It would be great if we automatically enable --single_process for browser_tests when we detect that it's run under debugger.
,
Jan 10
|
||
►
Sign in to add a comment |
||
Comment 1 by nedngu...@google.com
, Nov 20