(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=43469866

Hacker News 最新 | 往期 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 调试器即REPL即调试器 (matklad.github.io) ingve 1小时前 5分 | 隐藏 | 往期 | 收藏 | 1条评论 porridgeraisin 10分钟前 [–] $ alias breakpoint alias breakpoint=' while read -p"调试(Ctrl-d退出)> " debugging_line do eval "$debugging_line" done ' 可以在任何bash脚本中插入的好的断点REPL 回复 加入我们,参加6月16日至17日在旧金山举办的AI创业学校! 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请YC | 联系我们 搜索:

相关文章
  • (评论) 2025-03-21
  • (评论) 2025-03-23
  • (评论) 2025-03-27
  • (评论) 2025-03-27
  • (评论) 2025-03-27

  • 原文
    Hacker News new | past | comments | ask | show | jobs | submit login
    A Debugger is a REPL is a Debugger (matklad.github.io)
    5 points by ingve 1 hour ago | hide | past | favorite | 1 comment










      $ alias breakpoint
      alias breakpoint='
          while read -p"Debugging(Ctrl-d to exit)> " debugging_line
          do
              eval "$debugging_line"
          done
      '
    
    Good breakpoint repl you can insert anywhere in a bash script






    Join us for AI Startup School this June 16-17 in San Francisco!


    Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact



    Search:
    联系我们 contact @ memedata.com