Commit 939c09e
[stack_trace] Add 'MissingDebugInfo' to 'Frame's
The 'DebuggerLanguagePlugin' annotates each DebuggerModel.CallFrame
in case symbol files are missing. We want to preserve this
functionality with the new StackTrace abstraction.
Once the CallStackSidebarPane is migrated, we can move the
SDK.DebuggerModel.MissingDebugFiles type to models/stack_trace, and
remove the SDK.DebuggerModel.MissingDebugInfoDetails all-together.
Note that we use an enum on purpose. We want to move the localized
UIStrings to the UI layer.
[email protected]
Bug: 433162438
Change-Id: Id7967973f9306d0054c9b56a4a448dd28de5f612
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6903182
Reviewed-by: Philip Pfaffe <[email protected]>
Auto-Submit: Simon Zünd <[email protected]>
Commit-Queue: Philip Pfaffe <[email protected]>1 parent 7a8c035 commit 939c09e
2 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
29 | 47 | | |
30 | 48 | | |
31 | 49 | | |
| |||
0 commit comments