mozdev.org - jsconsole
mozdev.org - jsconsole: "JS Console is a Mozilla/Firebird (0.6.1 release) extension to ease the developer work. Even if you're an expert in JavaScript coding, you sometimes need to quickly verify some code construction or try an algorithm. And if you're a newbie, you'll probably find JS Console very handy to try some exemples and soon become a JavaScript Guru.
Oddly enough, no such tool actually exists in the Mozilla community. Of course we have the Mozilla JavaScript Console, accessible thru the Web development menu, but seriously, do you use it to evaluate a code snippet? JS Console fills the gap: not only you can type in hundreds or thousands lines of code to evaluate, but you can also save this code to a file and later reload it to make some change. At any time, you can evaluate the code you typed in an have an immediate result of the evaluation. If any exception is thrown by your code, it is displayed in the Errors panel and you can save the error message to a file. You can insert debugging instructions in your code and those instructions will be displayed in another panel: the Output panel, which you can save too."
0 Comments:
Postar um comentário
<< Home