文件名称:debug-repl:Clojure调试repl作为nrepl中间件
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-15 02:41:33
Clojure
调试复制 受启发,debug-repl是作为nrepl中间件实现的调试repl。 它允许您设置导致执行停止的断点,并切换repl以在断点的上下文中评估代码。 用法 添加依赖项和中间件,例如在您的:user配置文件中: :dependencies [[com.gfredericks/debug-repl " 0.0.12 " ]] :repl-options { :nrepl-middleware [com.gfredericks.debug-repl/wrap-debug-repl]} 然后,当您准备设置断点时: user> ( require '[com.gfredericks.debug-repl :refer [break! unbreak!]]) nil user> ( let [x 41 ] ( break! )) Hijacking repl for brea
【文件预览】:
debug-repl-master
----.gitignore(84B)
----deps.edn(17B)
----README.md(4KB)
----project.clj(1KB)
----test()
--------com()
----LICENSE(11KB)
----src()
--------com()
----changes.md(940B)