基于Web的JavaScript调试器 [英] Web-based JavaScript Debugger

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

问题描述

我有一个与帮助人们学习编程有关的项目的想法。我认为很酷的一件事是在网站上可以在浏览器中实时编辑JavaScript代码。

I have an idea for a project that has to do with helping people learn to program. One of the things I think would be cool would be to have a place on the site where you can edit JavaScript code in real time in your browser.

我知道许多基于Web的JavaScript编辑器,但我无法确定是否有任何工具可以让您从浏览器中调试 JavaScript。我认为对于新手来说,能够逐步执行代码是宝贵的学习经验。

I know there are a number of web-based JavaScript editors, but I haven't been able to find out if there are any tools that let you debug JavaScript from your browser. I think being able to step through your code is a valuable learning experience for people who are new to programming. It seems like something along those lines should be possible, though.

我原本以为您可以使用Firebug Lite之类的东西: http://getfirebug.com/firebuglite ,但它们不支持调试。

I originally thought you could use something like Firebug Lite: http://getfirebug.com/firebuglite, but they don't support debugging. Is this just too hard of a problem to solve in JavaScript?

推荐答案

我建议您尝试 Cloud9 。它是用于Javascript的功能齐全的基于Web的IDE,其中包括出色的调试器。对于开源项目而言,它是免费的,我想这将包括大多数学习目的。

I suggest you try Cloud9. It is a full-featured web based IDE for Javascript, which includes a great debugger. It is free for open source projects, which I imagine would include most learning purposes.

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

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