gpt4 book ai didi

google-chrome - 无法在 Chrome 开发者工具控制台中更改变量

转载 作者:行者123 更新时间:2023-12-04 06:14:04 28 4
gpt4 key购买 nike

我曾经能够在 javascript 函数中放置一个断点并更改变量值以进行调试。这一直有效到最近(在一两周内)。

下面是一个例子:

function test(params) {
var result = params.num * 2;

// if I put a break point here and change result = undefined,
// it doesn't work
return result;
}


// I should get 6, but when debugging and changing result to undefined,
// I should get undefined in my output, used to, not anymore
var x = test({ num: 3 });

console.log(x);

我使用的是 OSX Yosemite Chrome v. 49.0.2623.110(64 位)

它是最新的,我刚刚重新启动了 Chrome。

我一直这样做,但最近发生了一些事情,我不能再这样做了。任何帮助将不胜感激。

谢谢

最佳答案

看起来这已经记录了一段时间的行为。就在昨天,对代码进行了更改,表示它将恢复更改变量的能力。令人非常失望的是,他们允许它在任何时间段内破裂。

https://bugs.chromium.org/p/chromium/issues/detail?id=569811&q=debugger%20change%20variable&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified

关于google-chrome - 无法在 Chrome 开发者工具控制台中更改变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36339420/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com