设置步骤
raise ValueError(Message.ERROR_COLUMN_INDEX_TYPE % dataset)
ValueError: The column index must be expressed as an integer for http://www.quandl.com/api/v3/datasets/ZILL/S00022_A.csv.
在另一个控制台中:
% git clone https://github.com/binaryage/dirac-sample.git
% cd dirac-sample
% lein demo
使用命令打开Chromium:
% 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.
Dirac Devtools已安装到此Chromium
在Chromium中打开页面:
% /usr/bin/chromium --remote-debugging-port=9222 --no-first-run --user-data-dir=~/.dirac
当点击'点击打开Dirac Devtools'绿色波浪形 线图标。
打开Devtools时,绿色下划线高亮显示不是蓝色。
在网页上点击'演示断点'
没有任何东西出现在绿色下划线hightlight devtools中,但是a '在调试器中暂停'叠加在网页上。
不确定我做错了什么