Skip to content

Commit a3a58f9

Browse files
committed
Bug 1531826 Part 2 - Frames with source IDs should always be linkable, r=nchevobbe.
UltraBlame original commit: 5c9c74ed4f11449e65aa264974648840d357f0f7
1 parent b7368fd commit a3a58f9

File tree

1 file changed

+21
-0
lines changed
  • devtools/client/shared/components

1 file changed

+21
-0
lines changed

devtools/client/shared/components/Frame.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,24 @@ in
958958
the
959959
debugger
960960
.
961+
/
962+
/
963+
If
964+
we
965+
have
966+
a
967+
source
968+
ID
969+
then
970+
we
971+
can
972+
show
973+
the
974+
source
975+
in
976+
the
977+
debugger
978+
.
961979
const
962980
isLinkable
963981
=
@@ -978,6 +996,9 @@ source
978996
|
979997
|
980998
isSourceMapped
999+
|
1000+
|
1001+
sourceId
9811002
;
9821003
const
9831004
elements

0 commit comments

Comments
 (0)