New issue
Advanced search Search tips

Issue 616657 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug

Blocking:
issue 431177



Sign in to add a comment

DevTools won't open in OSX GN build

Project Member Reported by lgar...@chromium.org, Jun 2 2016

Issue description

Chrome 53.0.2754.0 
OSX 10.11.5

What steps will reproduce the problem?
(1) Build Chromium on OSX
(2) Run and try to open DevTools

What is the expected output?
DevTools opens.

What do you see instead?
DevTools doesn't open using any of these methods:
- Cmd-Shift-I
- Menu
- Lock Icon -> Detail

Here is my args.gn config:

    is_debug = false
    enable_nacl = false
    is_component_build = true
    symbol_level = 1
    use_goma = true
    debug_devtools = true

Toggling debug_devtools didn't make a difference. Using a fresh user data dir didn't make a difference.

There is no message indicating failure, and I wasn't able to debug it far enough to get anything useful.

rsesek@, is this a known issue?
If not, could you triage/let me know how I should?
 
Blocking: 431177
Status: Started (was: Assigned)
We're not setting up the inspector resources symlink in the framework bundle when debug_devtools=true.
Project Member

Comment 2 by bugdroid1@chromium.org, Jun 6 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c40350d041c6916ef0c141423779b73624277273

commit c40350d041c6916ef0c141423779b73624277273
Author: rsesek <rsesek@chromium.org>
Date: Mon Jun 06 16:27:23 2016

[Mac/GN] When using debug_devtools=true, bundle the inspector resources using a symlink.

BUG= 616657 
R=pfeldman@chromium.org,thakis@chromium.org

Review-Url: https://codereview.chromium.org/2038593002
Cr-Commit-Position: refs/heads/master@{#398046}

[modify] https://crrev.com/c40350d041c6916ef0c141423779b73624277273/chrome/BUILD.gn
[modify] https://crrev.com/c40350d041c6916ef0c141423779b73624277273/chrome/test/BUILD.gn

Status: Verified (was: Started)
this works perfectly now, thanks!

Sign in to add a comment