Google chrome Web检查器在升华文本2中无法正常工作

Google chrome Web检查器在升华文本2中无法正常工作,google-chrome,sublimetext2,Google Chrome,Sublimetext2,当我尝试在sublime text 2中运行web inspect时,会产生以下错误: [619:1799:0524/104420:ERROR:process_singleton_mac.cc(103)] Unable to obtain profile lock. [Finished in 0.1s with exit code 20] 下面是我的配置文件: { "chrome_path": { "osx": "/Applications/Google Chrome

当我尝试在sublime text 2中运行web inspect时,会产生以下错误:

[619:1799:0524/104420:ERROR:process_singleton_mac.cc(103)] Unable to obtain profile lock.
[Finished in 0.1s with exit code 20]
下面是我的配置文件:

{
    "chrome_path": {
        "osx": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
        "windows": "C:\\Program Files\\Google\\Chrome\\chrome.exe",
        "linux": "/usr/bin/google-chrome"
    },
    "chrome_profile": "Default",
    "chrome_remote_port": "9222",
    "breakpoint_scope": "swi.breakpoint",
    "current_line_scope": "swi.current",
    "interactive_scope": "mcol_0088CCFF.settings",
    "stack_layout": {
        "cols": [0.0, 0.6, 1.0],
        "rows": [0.0, 0.7, 1.0],
        "cells": [[0, 0, 2, 1], [0, 1, 1, 2], [1, 1, 2, 2]]
    },
    "console_layout": {
        "cols": [0.0, 0.6, 1.0],
        "rows": [0.0, 0.7, 1.0],
        "cells": [[0, 0, 2, 1], [0, 1, 1, 2], [1, 1, 2, 2]]
    },
    "reload_on_start": true,
    "reload_on_save": true,
    "set_script_source": false,
    "open_stack_current_in_new_tab": false,
    "pause_on_exceptions": "uncaught",
    "breaks": {}
}

知道是什么导致了这个错误吗?

得到了同样的错误,当Chrome已经运行时就会发生。尝试关闭Chrome,然后点击升华文本中的命令“使用远程调试端口9222启动Google Chrome”