TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Show HN: Python decorator to log local variables with each line of code run
42 点
作者
xLaszlo
超过 1 年前
4 条评论
cozzyd
超过 1 年前
Collapse
What advantage does this have over a debugger?<p>(To be fair, in my experience, lots of python users have no idea what a debugger is...)
评论 #38596375 未加载
评论 #38504646 未加载
评论 #38504157 未加载
评论 #38506247 未加载
JCharante
超过 1 年前
This looks pretty cool. I think this would be faster than using a debugger when doing leetcode / timed puzzles
awithrow
超过 1 年前
nice, I do something similar with my tests to print out certain vars only when a test fails in order to get more context.
xLaszlo
超过 1 年前
Collapse
WIP: suggestions most welcome.
评论 #38495358 未加载