vote up 4 vote down star

Is there a way to debug javascript using Safari 3.2 in Windows Vista?

I found a link to a debugger named Drosera but I can't get it to work because the information seams to be outdated.

flag

3 Answers

vote up 3 vote down

Well, apart from the Error Console that can be opened from the Develop menu (which in turn can be enabled in (Prefences / Advanced / Show Develop menu in menu bar) there aren't many javascript debugging options in Safari AFAIK.

Still, the error console is quite useful as it shows javascript errors and also lets you to execute arbitrary Javascript statements.

Since you are on Windows anyway, you could try using the inbuilt Javascript debugger of Google Chrome, which is a browser very similar to Safari (although the Javascript engine is different).

link|flag
vote up 1 vote down

It is possible to make Drosera go -- IIRC you need to enable the developer menu (through preferences) and set a flag in the safari preferences file.

That said, Drosera was slow (due to the architecture) and perpetually buggy. If you download the nightlies from http://nightly.webkit.org you'll get the updated inspector with an integrated debugger. One that does not (hopefully) suck :D

[Edit: and if you do find any bugs in the debugger (ah, irony :D ) it'd be great if you could file them at http://bugs.webkit.org]

link|flag
Seconded. Drosera is gone from the nightlies; use the integrated debugger. – James Baker Mar 4 at 0:11
vote up 1 vote down

Have you tried Firebug Lite? http://getfirebug.com/lite.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.