chrome 相关

#查看chrome 是否开启远程调用
http://127.0.0.1:9222/

#打开调试页面
chrome://inspect/#devices

#go 配置相关
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin

#mac电脑开启调试模式 先执行该文章中的命令
~/.bash_profile
cd ~
touch .bash_profile
open -e ~/.bash_profile
export PATH=/Applications/Google\ Chrome.app/Contents/MacOS:$PATH
source .bash_profile
Google\ Chrome -remote-debugging-port=9222

你可能感兴趣的:(chrome,前端)