调试JavaScript REPL样式? [英] Debugging JavaScript REPL-style?

查看:81
本文介绍了调试JavaScript REPL样式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有任何JavaScript的交互式调试器?我想象的是像左边的网页,右边是一个REPL界面。



或者甚至没有网页,所以我可以玩使用JavaScript语言。



某些不需要使用Firebug或VS中的断点刷新网页,以检查本地人并将代码键入Watch窗口。也许我只需要更好地学习Firebug?



毕竟,JavaScript不必是编译



类似于LinqPad,但是JavaScript可能吗?



任何人都跟着我在这里?

解决方案

独立的REPL(没有浏览器/ DOM,只是JavaScript): Rhino 项目中的JavaScript Shell 。


Is there any sort of interactive debugger for JavaScript? I'm imagining something like a web page on the left, and a REPL interface on the right.

Or maybe even without having a web page, so I can just play around with the JavaScript language.

Something that doesn't require I refresh the web page with breakpoints in Firebug or VS to examine locals and type code into a Watch window. Maybe I just need to learn Firebug better?

JavaScript doesn't have to be compiled, after all.

Kind of like LinqPad but for JavaScript maybe?

Anyone follow me here?

解决方案

Stand-alone REPL (no browser/DOM, just JavaScript): JavaScript Shell from the Rhino project.

这篇关于调试JavaScript REPL样式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆