iod被恶意上了icloud激活锁已被破解怎么办 而且这是二手的ipd 该怎么办 不然成砖头了

node-inspector debug时出现的问题,求解决 - CNode技术社区
这家伙很懒,什么个性签名都没有留下。
在windows下出现以下问题,版本问题还明白,那个红色字体部分
Runtime.getProperties failed.
ReferenceError: frame_index is not defined是什么问题?
this is open issues in node-inspector.
每次看到windows开发node就头疼的人路过
得和别的同事统一
借口能不能再烂点.
Windows 上可以跑 VM 嘛,然后就没有 Windows 什么事了。
有没有解决的办法?
好像大家都对windows跑node有。。= =
从这个issue看,以前的版本是可以的。
我当前版本是v0.10.35,但是我回退到v0.10.33和32都不行
注意到console这句话:
我使用n更新到v0.11.13就可以了
看了,很有帮助
CNode 社区为国内最专业的 Node.js 开源技术社区,致力于 Node.js 的技术研究。
服务器赞助商为
,存储赞助商为
,由提供应用性能服务。
新手搭建 Node.js 服务器,推荐使用无需备案的9048人阅读
软件技术【运营】(7)
1、全局安装node-inspector
# &&npm install -g node-inspector
等待安装完成!
2、测试是否安装成功?
# &node-inspector
&出现如下内容,安装成功!
Node Inspector v0.5.0
& &info &- socket.io started
Visit http://127.0.0.1:8080/debug?port=5858 to start debugging
如果不成功,轻重复多次进行安装。(网络问题造成安装不成功)
3、进行debug调试。
1)运行node 调试模式
node提供了两种debug模式运行:
node —debug[=port] filename (这种方式,其实就是在指定的端口(默认为 5858)监听远程调试连接)
node —debug-brk[=port] filename (这种方式在监听的同时,会在代码执行的时候,强制断点在第一行,这样有个好处就是:可以debug到node内部的是如何运行的)
这里采用第二种方式运行:&
# node —debug-brk &app.js
2)新建一个连接,启动 node-inspector
# node-inspector
出现如下:
Node Inspector v0.5.0
& &info &- socket.io started
Visit http://127.0.0.1:8080/debug?port=5858 to start debugging.
3)浏览器中调试输入 & :&http://127.0.0.1:8080/debug?port=5858
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:231952次
积分:3341
积分:3341
排名:第8252名
原创:91篇
转载:82篇
评论:31条
(1)(1)(2)(11)(15)(2)(1)(2)(3)(1)(1)(1)(2)(2)(1)(4)(1)(7)(8)(8)(4)(1)(3)(1)(2)(3)(3)(4)(6)(2)(1)(9)(1)(4)(1)(5)(1)(1)(5)(2)(6)(4)(4)(7)(5)(7)(7)node-inspector异常解决-学网-中国IT综合门户网站-提供健康,养生,留学,移民,创业,汽车等信息
node-inspector异常解决
来源:互联网 更新时间: 20:10:16 责任编辑:李志喜字体:
Node Inspector v0.12.8Visit http://127.0.0.1:8080/?port=5858 to start debugging.C:\Users\songhj\AppData\Roaming\npm\node_modules\node-inspector\lib\InjectorClient.js:111????? cb(error, NM[0].ref);???????????????????? ^TypeError: Cannot read property 'ref' of undefined??? at InjectorClient.&anonymous& (C:\Users\songhj\AppData\Roaming\npm\node_modules\node-inspector\lib\InjectorClient.js:111:22)??? at C:\Users\songhj\AppData\Roaming\npm\node_modules\node-inspector\lib\DebuggerClient.js:121:7??? at Object.value (C:\Users\songhj\AppData\Roaming\npm\node_modules\node-inspector\lib\callback.js:23:20)??? at Debugger._processResponse (C:\Users\songhj\AppData\Roaming\npm\node_modules\node-inspector\lib\debugger.js:95:21)??? at Protocol.execute (_debugger.js:121:14)??? at emitOne (events.js:96:13)??? at Socket.emit (events.js:188:7)??? at readableAddChunk (_stream_readable.js:176:18)??? at Socket.Readable.push (_stream_readable.js:134:10)??? at TCP.onread (net.js:548:20)
解决办法:
C:\Users\songhj\AppData\Roaming\npm\node_modules\node-inspector\lib\InjectorClient.js
第111行改为:
??? ? if (NM.length)????? cb(error, NM[0].ref);
相关文章:
上一篇文章:下一篇文章:
最新添加资讯
24小时热门资讯
Copyright © 2004- All Rights Reserved. 学网 版权所有
京ICP备号-1 京公网安备02号

我要回帖

更多关于 ipad被锁定要重新激活 的文章

 

随机推荐