开发者

Best environment to do jscript development on Windows? [closed]

As it currently stands, this question is not a good fit fo开发者_Python百科r our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I would need to create some webpages that are using jscript and different jscript libraries heavily and I will need to write a littlebit of code and debug it through to see if that works. I would like to know if there is an IDE exists on Windows jsut to do this or there is a combination of tools that can be used for this purpose?


I'd suggest Visual Studio Web Express, which you can easily configure to be a JScript debugger: http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-with-visual-web-developer-express/


Visual Studio

Since JScript Microsoft dialect of ECMAScript.


In my opinion hands down the best JavaScript debugger available for windows is Visual Studio, unfortunately its far from free however the link that naivists posted allows you to use Visual Studio Express - Web Developer Edition (which is free) to do the same thing:

How to debug JavaScript with Visual Web Developer Express

You could also look into using tools like Firebug (Firefox only) - these sorts of tools are very good at inspecting and tweaking the layout of the page, however I've always found the JavaScript debugger to be a little lacking.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜