<exception> variable should be available at all levels of the stack
- Ngôn ngữ chính
- Dart
- Star
- 1.7k
- Fork
- 404
- Merge trung bình
- 6 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 18
Mô tả
Currently when an exception occurs, we inject an `` variable into the top stack frame. This means if you navigate up the stack (eg. if the exception occurred inside the `assert` implementation but you want to view the code that contained the condition) it's not longer visible.
It'd be better if this variable was "global" while you were paused on the exception so you can see it when at any level of the stack.
Hướng dẫn đóng góp
Hướng nghiên cứu
No files or tests are named in the issue. Start by locating the debugger code that injects the variable into the top stack frame, then trace how variables are exposed when navigating between frames. Done means the variable remains available at every stack level while paused on the exception, with debugger coverage for that behavior.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- dart
- Lĩnh vực
- devtools
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100