Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Cannot open Developers Tools (F12) #11709

Closed
IgorNovozhilov opened this issue Sep 15, 2015 · 7 comments
Closed

Cannot open Developers Tools (F12) #11709

IgorNovozhilov opened this issue Sep 15, 2015 · 7 comments

Comments

@IgorNovozhilov
Copy link

Если не установлен Chrome, инструменты не открываются и нет никаких сообщений об ошибке. Нужно выводить окно с ошибкой.

Linux Mint 17.2 KDE
sprint 4 Экспериментальная сборка 1.4.0-16380 (release 273804e)

@abose
Copy link
Contributor

abose commented Sep 16, 2015

Chrome needs to be installed for dev preview to work. an error dialog needs to be shown if chrome remote debugging session is not enabled.

@GelaniNijraj
Copy link

Is it okay if I check if chrome is installed by executing a shell command first to achieve this?

@alexander-mart
Copy link

Debug -> Show developer tools (F12) wasn't work.

Solution (if Google Chrome is already installed, but F12 still not work):

ln -s /opt/google/chrome/google-chrome /bin/google-chrome

Note: you will probably need to run as root
This adds the proper symlink. Confirmed working Sabayon Linux 16.02

I found this solution from here #7372

@kaustubhmallik
Copy link

kaustubhmallik commented Feb 3, 2017

Is this still open? If so, can I take it?

@ficristo
Copy link
Collaborator

ficristo commented Feb 3, 2017

This issue is still valid. But instead of showing an error if Chrome is not installed, we should upgrade the brackets-shell to use a more up-to-date CEF version. This would enable to show the developer console inside Brackets itself.
See adobe/brackets-shell#589 for my last attempt.

@nyteksf
Copy link
Contributor

nyteksf commented Mar 7, 2017

I am having the same problem currently with Debian Jessie.

@IgorNovozhilov
Copy link
Author

неактуально

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants
@IgorNovozhilov @kaustubhmallik @abose @nyteksf @GelaniNijraj @ficristo @alexander-mart and others