Silktest void 0 错误?
我正在使用 Silk 运行一些测试,但它不断抛出此错误“void 0”。有谁知道如何阻止此代码的执行?
我的平台是XP SP3,FireFox 3.6。
有人有什么想法吗?
I'm running some tests with Silk and it keeps throwing this error "void 0". Does anyone have any idea how I can stop this code from executing?
My platform is XP SP3, and FireFox 3.6.
Anyone have any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在调试模式下运行失败的测试,逐步执行,直到出现错误。一旦您知道导致该问题的原因,发布,也许有人可以帮助解决问题。
我经常使用 Silk,听到没有其他上下文的情况下得到“void 0”是没有用的。
Run the failing test in debug mode, stepping through until you get the error. Once you know what is causing it, post that and maybe someone can help resolve the problem.
I use Silk regularly, and hearing that you're getting "void 0" with no other context is useless.