Skip to content

Commit 30861a3

Browse files
szuendV8 LUCI CQ
authored andcommitted
[debug] Re-enable internal [[Scopes]] property
We received feedback that the [[Scopes]] property has some legitimate use-cases not covered by the Scopes View during pause. We re-enable the feature for now and will remove the flag in a follow-up. [email protected] Bug: chromium:1365858 Change-Id: Ibf279ae6c4f5ae492d03e9b4ee7316f6500508d9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4099385 Auto-Submit: Simon Zünd <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Cr-Commit-Position: refs/heads/main@{#84800}
1 parent 00c8f93 commit 30861a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flags/flag-definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ DEFINE_BOOL(experimental_value_unavailable, false,
17291729
DEFINE_BOOL(experimental_reuse_locals_blocklists, true,
17301730
"enable reuse of local blocklists across multiple debug-evaluates")
17311731

1732-
DEFINE_BOOL(experimental_remove_internal_scopes_property, true,
1732+
DEFINE_BOOL(experimental_remove_internal_scopes_property, false,
17331733
"don't report the artificial [[Scopes]] property for functions")
17341734

17351735
// disassembler

0 commit comments

Comments
 (0)