gpt4 book ai didi

javascript - 我可以让 Chrome 更具错误描述性吗?

转载 作者:行者123 更新时间:2023-12-03 11:12:12 25 4
gpt4 key购买 nike

我是 Jasmine 的 BDD 新手。事实上,我刚刚下载了 Jasmine,编写了我的第一个规范,并启动了 SpecRunner.html 文件。我还没有编写特定的 init 方法,在 Firefox/Safari 中我看到了对此错误的很好的描述:

(Firefox) TypeError: Object.create(...).init is not a function in file...
(Safari) TypeError: undefined is not a function (evaluating 'Object.create(Seminar).init(seminarName)') in file...

但是,在 Chrome 中,我看到了一个技术上正确但令人失望的迟钝错误:

TypeError: undefined is not a function
at Object.Seminar.create (file...Seminar.js:7:39)

有没有办法让 Chrome 告诉我缺失方法的实际名称,而不仅仅是发生错误的行号和列名?

最佳答案

Is there a way to make Chrome tell me the actual name of the missing method, as opposed to just the line number and column name of where the error occurred?

不,但是查看行和列应该可以告诉您它是什么。您还可以使用 Chrome 的开发工具使其在未处理的异常上停止执行,这将在异常发生时将您带到异常发生的位置,以便您可以检查事物。为此:

  1. 打开开发工具

  2. 转到“源” Pane

  3. 点击右侧的此图标将其变为蓝色:

    enter image description here

当该图标为蓝色时,Chrome 会在发生未捕获的异常时停止(如果您想在捕获到的异常时停止,还会出现一个复选框)。

关于javascript - 我可以让 Chrome 更具错误描述性吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27524540/

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