New issue
Advanced search Search tips

Issue 907257 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Automatically enable "--single_process" mode browser_tests when it's run under a debugger

Project Member Reported by nedngu...@google.com, Nov 20

Issue description

I 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.
 
Components: Test
Components: -Test Test>BrowserTests

Sign in to add a comment