【发布时间】:2018-08-30 08:52:12
【问题描述】:
我正在尝试为 Visual Studio 的 google chrome 扩展配置调试端口,以便使用以下命令在终端中进行客户端调试并得到以下错误,
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222
[96138:85251:0321/103001.249367:ERROR:browser_gpu_channel_host_factory.cc(121)] Failed to launch GPU process.
Created new window in existing browser session.
我也尝试过export BROWSER=google-chrome,但它不起作用。我希望我必须在终端中输入这个命令。我正在使用 MAC high Sierra,我该如何解决。
【问题讨论】:
标签: macos google-chrome debugging visual-studio-code terminal-services