Forum Moderators: open

Message Too Old, No Replies

OSX Debugger/ Tester?

         

nxfx

12:14 am on Jul 9, 2006 (gmt 0)

10+ Year Member



Hello,

i am rebuilding right now a 3 Page Orderform and came up with a one Page Javascript/Ajax Solutions with PHP at the Back! It works fine on OSX Safari and Firefox, but some Users say they get Javascript errors, currently i use for testing the Javascript Console in Firefox, is there a better way in OSX to test for Errors and compartibility?

Thank you

visionmonster

11:02 pm on Jul 10, 2006 (gmt 0)

10+ Year Member



you should check out Drosera [webkit.opendarwin.org]
and web inspector [webkit.opendarwin.org] for apples webkit/safari browser

you can also turn on debugging in Safari by running this from a Terminal Window in OSX:

defaults write com.apple.Safari IncludeDebugMenu 1

taken from this URL: [developer.apple.com...]

I haven't really haven;t had the need to use drosera but it's out there

nxfx

6:33 am on Jul 14, 2006 (gmt 0)

10+ Year Member



Thank u! I will look into it and let u know!