alexmojaki / alexmojaki/birdseye

Show nice stack trace in call view

未關閉
#8 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement frontend
主要語言
JavaScript
星號
1.7k
分支
73
PR 合併指標
30 天內沒有已合併 PR

描述

- [ ] Remove the `traceback` database field from `Call`. We're going to start storing more complex data than text now, so use the `data` field instead.
- [ ] Format the traceback in a similar way to Flask/werkzeug: in particular being able to click on a line to view context around it, and click again to collapse.
- [ ] Include the traceback for all calls, but for calls that didn't end with an exception, the traceback should be completely collapsed/hidden to begin with, so the user can optionally view it but it's usually out of the way.
- [ ] For calls with exceptions, highlight the stack frame in the traceback that corresponds to the call being viewed.

In a future PR we can add local variables and links to other traced calls.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。