flutter / flutter/devtools

<exception> variable should be available at all levels of the stack

未关闭
#229 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
P2 screen: debugger
主要语言
Dart
星标
1.7k
派生
404
平均合并
6 天 17 小时
30 天内合并 PR
18

描述

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.

贡献指南

打开贡献指南

调研方向

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.

由索引模型根据 Issue 内容生成。

评估

技术栈
dart
领域
devtools
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。