Google chrome devtools 为clojurescript设置Dirac开发工具

Google chrome devtools 为clojurescript设置Dirac开发工具,google-chrome-devtools,clojurescript,Google Chrome Devtools,Clojurescript,设置所采取的步骤 % git clone https://github.com/binaryage/dirac-sample.git % cd dirac-sample % lein demo 在另一个控制台中: % cd dirac-sample % lein repl ... user=> Dirac Agent v1.2.17 Connected to nREPL server at nrepl://localhost:8230. Agent is accepting conne

设置所采取的步骤

% git clone https://github.com/binaryage/dirac-sample.git
% cd dirac-sample
% lein demo
在另一个控制台中:

% cd dirac-sample
% lein repl
...
user=> 
Dirac Agent v1.2.17
Connected to nREPL server at nrepl://localhost:8230.
Agent is accepting connections at ws://localhost:8231.
使用以下命令打开Chromium:

% /usr/bin/chromium --remote-debugging-port=9222 --no-first-run --user-data-dir=~/.dirac 
Dirac Devtools已安装到此服务器

在打开的页面中:

http://localhost:9977
当出现“单击打开Dirac Devtools”时,单击绿色曲线 线条图标

Devtools是以绿色下划线突出显示而不是蓝色打开的

在网页上单击“演示断点”

绿色下划线高亮显示工具中没有显示任何内容,但 “已在调试器中暂停”覆盖在网页上

不知道我做错了什么