jsconsole系一个网页版的js调试器,效果和Chrome Inspector的Console相似,可以:
执行js并查看执行结果
记录过往执行过的js供用户再次使用(刷新页面后之前的记录也不会丢失)
显示Object和Array的内容
输入时有代码提示,按Tab自动补全
...
其实在桌面浏览器上就没什么必要用这个工具了,本身浏览器就自己带有调试器。这里主要可以用来在mobile safari(iPad等)上测试一些js代码,很方便快捷,不用自己另外部署个页面来调试 :)
seen from China
seen from Ireland
seen from Russia
seen from China
seen from Thailand
seen from China

seen from Poland

seen from United States
seen from United States

seen from United States
seen from China

seen from Malaysia
seen from China

seen from Portugal
seen from China
seen from China
seen from United States

seen from United States
seen from India

seen from United Kingdom
jsconsole系一个网页版的js调试器,效果和Chrome Inspector的Console相似,可以:
执行js并查看执行结果
记录过往执行过的js供用户再次使用(刷新页面后之前的记录也不会丢失)
显示Object和Array的内容
输入时有代码提示,按Tab自动补全
...
其实在桌面浏览器上就没什么必要用这个工具了,本身浏览器就自己带有调试器。这里主要可以用来在mobile safari(iPad等)上测试一些js代码,很方便快捷,不用自己另外部署个页面来调试 :)
2 Great Remote Debuggers for Mobile Web Apps
JS Console is a cloud-based, cross-platform remote web app debugging utility created by the inimitable Remy Sharp (@rem).
Weinre allows you to debug mobile web apps running on an actual device from the comfort of your laptop.