huixisheng / huixisheng.github.com

前端开发者说,记录前端的故事
http://huixisheng.github.io/
12 stars 3 forks source link

前端代码调试方法整理 #4

Closed huixisheng closed 7 years ago

huixisheng commented 8 years ago

调试Nodejs

devtool

Runs Node.js programs inside Chrome DevTools (using Electron).

监测脚步变动自动重启命令

devtool scripts/parse.js --watch

对应有nodemon,目前这个是最符合我需求的。还有 Superviso node-dev

iron-node

node-inspector

node-debugger

WebStorm集成的调试器

手机移动端调试

huixisheng commented 7 years ago

整理到博客中

huixisheng commented 5 years ago

https://huixisheng.github.io/debugger-tool/

huixisheng commented 5 years ago

https://docs.fundebug.com/ Fundebug是全栈应用错误实时监控平台。当用户应用出现错误时,Fundebug会通过邮件或者第三方工具立即给开发者发送报警,这样能够帮助开发者及时发现并且解决应用错误,从而提升用户体验。

huixisheng commented 5 years ago

https://github.com/huixisheng?q=is&tab=stars&utf8=%E2%9C%93&utf8=%E2%9C%93&q=debug

huixisheng commented 5 years ago

https://github.com/nodejs/node-inspect

huixisheng commented 5 years ago

https://github.com/baryon/tracer

huixisheng commented 5 years ago

https://github.com/avwo/whistle