peter: Web-Entwicklung im Safari

Hallo,

gibts im Safari so etwas wie eine Javascript-Konsole oder einen DOM-Inspektor ?

Wenn ja, wo findet man das ?

gruß
peter

  1. Schau mal hier
    http://developer.apple.com/internet/safari/safari_faq.html

    Dort findest Du

    14. How do I debug JavaScript in Safari?

    In order to help debugging your site's JavaScript interaction with Safari, the Safari "Debug" menu allows you to turn on the logging of JavaScript errors to the Console. To display the debug menu, open a Terminal window and type:

    defaults write com.apple.Safari IncludeDebugMenu 1

    Launch the Console application (/Applications/Utilities/Console), launch Safari and check "Log Javascript Exceptions" in the Debug menu.

    1. Danke,
      ich denk das hilft mir weiter.
      Dank auch an Thomas.
      Gruß
      peter

  2. Hallo,

    gibts im Safari so etwas wie eine Javascript-Konsole oder einen DOM-Inspektor ?

    Wenn ja, wo findet man das ?

    Ja. Unter dem Menüpunkt "Debug" muss du den Punkt "Show JavaScript Errors" (oder so) aktivieren, dann kannst du eine Konsole öffnen (Achtung nicht! das Terminal-Fesnter, d.h. Programme/Diestprogramme/Konsole)).

    Bezog sich auf Safari 1.2

    Grüße
    Thomas