Where can i find something GOOD.

H

Henrik

Hi!
Where can i find GOOD documentation for javascript?
Is there a GOOD javascript debugger out there, someone who knows?
 
Z

Zifud

Henrik said:
Hi!
Where can i find GOOD documentation for javascript?

Standard ECMA-262 ECMAScript Language Specification


Is there a GOOD javascript debugger out there, someone who knows?

Venkman: the code name for Mozilla's JavaScript Debugger

<URL:http://www.mozilla.org/projects/venkman/>

Use with Mozilla-based browser (my pref: Firefox). Combine with
Mozilla/Firefox's JavaScript console and a good editor (EditPlus is
good shareware) you're ready to go.
 
E

Eric

Zifud said:
Standard ECMA-262 ECMAScript Language Specification




Venkman: the code name for Mozilla's JavaScript Debugger

<URL:http://www.mozilla.org/projects/venkman/>

Use with Mozilla-based browser (my pref: Firefox). Combine with
Mozilla/Firefox's JavaScript console and a good editor (EditPlus is
good shareware) you're ready to go.
It seems i may already have that debugger installed, according to the
website Mozilla above 1.0 already has it. But... how do you start it?
I dont see any documentation around telling the ordinary user how to
get it fired up and some basic example of using it.
Thanks
Eric
 
T

Thomas 'PointedEars' Lahn

Eric said:
It seems i may already have [Venkman] installed, according to the
website Mozilla above 1.0 already has it. But... how do you start it?

If you selected it during setup, select Web Development, JavaScript Debugger
from the Tools menu. If it is not there, postinstall it via the XPI.
I dont see any documentation around telling the ordinary user how to
get it fired up and some basic example of using it.

Google ist your friend. [psf 6.1] Trust me.

And please trim your quotes.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top