-
``` js
try {
require('eruda').init()
} catch (e) {
alert(e)
}
```
alert 出来信息是 TypeError: str.slice is not a function. (In 'str.slice(0, len'), 'str.slice' is undefined)
系统:iOS …
-
https
localhost server cant retrieve source
-
我们有的移动端项目没有使用requirejs后者ES6,也没有使用gulp、gunt、webpack,不知是否提供但js文件引用?
-
用npm install eruda 下载的是1.1.3版本 ,看你demo里用的是 eruda v1.2.0版本
-
禁用 displayGetterVal 后,eruda 使用 _getOwnPropertyDescriptor2 来获取 get,并且在获取到 get 时不进行属性访问。
不过 _getOwnPropertyDescriptor2 获取不到父 prototype 上的 get,所以仍然有可能出现和 #14 同样的问题。
建议使用类似这样的代码来获得 prototype chain 上的 des…
-
API 升级后,经常会保留一些旧版本的 API 接口作为过渡,例如
```
Object.defineProperty(Sprite.prototype, 'cascade', {
get: function () {
console.error('Sprite.cascade is deprecated, use Node.cascade please.');
return…
-
It would be great if you could extract the core functionality and release it as a separate module that can be used programatically (by this and other projects). In particular, I'm very interested in u…
-
在手机端QQ浏览器下不显示Console菜单。
添加如下代码:
`try {eruda.init({tool: 'console'});} catch(e) {alert(e.stack)};`
后可以看到错误堆栈:
`TypeError:Cannot call method 'bind' of undefined
at http://192.168.1.211:8080/myApp/js/er…
wtslh updated
8 years ago
-
What a great tool this is! For the most part, it works flawlessly. However, I'm getting a lot of errors from eruda **Refused to get unsafe header "Content Length"**. My code uses Angular and makes …
-
前提:
我是通过jquery.getScript()引入的工具。
问题:
多个页面,加载工具的代码一致,但是有时候加载的面板数量不一致。
有时 全都加载进来了
有时只有 Source,Info,Snippets,Features,Settings