Where can I find the bundled version of devtools?

1,759 views
Skip to first unread message

rob...@gmail.com

unread,
Aug 22, 2014, 3:13:51 AM8/22/14
to google-chrome-...@googlegroups.com
Hi, 

Due to performance issues, we have to host the bundled version of devtools like the one embed in Chrome Browser.

I found the a site hosting devtools at https://chrome-devtools-frontend.appspot.com/ , but find no way to download the whole site.

So, where can I get a bundled version of devtools?

Thanks.

Robin Qu


Pavel Feldman

unread,
Aug 22, 2014, 4:11:01 AM8/22/14
to Google Chrome Developer Tools
There is no centralized distribution for the released devtools front-ends. You can either access them by Blink revision via links like https://chrome-devtools-frontend.appspot.com/serve_rev/@180642/devtools.html. Or simply fetch by revision (or from tip of tree) on the Blink repo: http://src.chromium.org/viewvc/blink/trunk/Source/devtools/front_end/

Regards
Pavel


--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/63fc4c0f-e2ef-4c08-bc2f-699377d4dd7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Qu Robin

unread,
Aug 22, 2014, 8:12:17 PM8/22/14
to google-chrome-...@googlegroups.com

Thanks. 

BTW, Do you know any solutions that enable devtools to remote debug iOS devices?
I know a project named ios-webkit-debug-proxy, however, it seems to be inactive and buggy.

You received this message because you are subscribed to a topic in the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-chrome-developer-tools/lhneEPBzeb8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/CAEX3KhY12vfGfsHKu01%3DXsXi3vS4CLWSdKgfY1XvLkHaaaskeg%40mail.gmail.com.

yan...@gmail.com

unread,
Jan 13, 2015, 5:00:47 AM1/13/15
to google-chrome-...@googlegroups.com
Will somebody please tell me how to deploy the front_end service myself at local, for the origin website was blacked. 
I have checkout the blink code and get the source code at devtools/front_end/ directory. Is it the whole code needed for front_end service?
how can i deal with the url path /serve_rev/@180642/ into param that devtools.html used and how to deal with ws=localhost:9222/devtools/page/0 param?
Some useful reference can send to my email: yan...@gmail.com. Thanks again.

Regards

在 2014年8月22日星期五 UTC+8下午4:11:01,pfeldman写道:
There is no centralized distribution for the released devtools front-ends. You can either access them by Blink revision via links like https://chrome-devtools-frontend.appspot.com/serve_rev/@180642/devtools.html. Or simply fetch by revision (or from tip of tree) on the Blink repo: http://src.chromium.org/viewvc/blink/trunk/Source/devtools/front_end/

Regards
Pavel
On Fri, Aug 22, 2014 at 11:13 AM, <rob...@gmail.com> wrote:
Hi, 

Due to performance issues, we have to host the bundled version of devtools like the one embed in Chrome Browser.

I found the a site hosting devtools at https://chrome-devtools-frontend.appspot.com/ , but find no way to download the whole site.

So, where can I get a bundled version of devtools?

Thanks.

Robin Qu


--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.

Sandip Chitale

unread,
Jan 14, 2015, 5:22:36 PM1/14/15
to google-chrome-...@googlegroups.com
You can use: https://chrome.google.com/webstore/detail/dev-tools-app/eichfopopofffkbhjgbabdegakcdmpkm?hl=en-US to try out latest and last 20 branches of devtools out of the blink repo.

HTH,
Sandip


On Friday, August 22, 2014 at 1:11:01 AM UTC-7, pfeldman wrote:
There is no centralized distribution for the released devtools front-ends. You can either access them by Blink revision via links like https://chrome-devtools-frontend.appspot.com/serve_rev/@180642/devtools.html. Or simply fetch by revision (or from tip of tree) on the Blink repo: http://src.chromium.org/viewvc/blink/trunk/Source/devtools/front_end/

Regards
Pavel
On Fri, Aug 22, 2014 at 11:13 AM, <rob...@gmail.com> wrote:
Hi, 

Due to performance issues, we have to host the bundled version of devtools like the one embed in Chrome Browser.

I found the a site hosting devtools at https://chrome-devtools-frontend.appspot.com/ , but find no way to download the whole site.

So, where can I get a bundled version of devtools?

Thanks.

Robin Qu


--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.

yan...@gmail.com

unread,
Jan 15, 2015, 3:07:14 AM1/15/15
to google-chrome-...@googlegroups.com
Thanks a lot.
I have deploy it successfully following your guide.
step 1
   download the blink code
step 2
    cd blink/Source/devtools/
step 3
    gyp --depth=. devtools.gyp
step 4
cd blink/Source/devtools/out/Default/resources/
step 5
cp -r inspector /your/webserver/path
step 6
modify your host or dns to this:
step 7
config your webserver to accept  serve_rev/@180642/devtools.html and just redirect it to your location of devtools.html

BTW, google is good on tech and bad on policy, it is my point.

在 2015年1月15日星期四 UTC+8上午6:22:36,Sandip Chitale写道:

Kenneth Auchenberg

unread,
Feb 14, 2015, 3:29:16 PM2/14/15
to google-chrome-...@googlegroups.com
Hi,

You can also use Chrome DevTools as a stand-alone app, via my Chrome DevTools app project, https://github.com/auchenberg/chrome-devtools-app. The app is a simple wrapper around the devtools front-end.

/k
Reply all
Reply to author
Forward
0 new messages