TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Elixir `dbg` lets you inspect every step of a pipeline, set breakpoints

28 点作者 burntcaramel将近 3 年前

1 comment

xrd将近 3 年前
I'm excited about this. The elixir debugging options have been a bit confusing to me. pry isn't really debugging, it's just a breakpoint with no ability to step through. The "debugger" recommended in the docs (:debugger.start()) is an ugly GUI application that pops out of the window. I really would like something better than IO.inspect/IO.puts (basically printf debugging), something like a regular command line debugger. As a newbee to elixir/phoenix this has been a gaping hole.
评论 #32154218 未加载