Web-Entwicklung im Safari
peter
- browser
0 berdn0 peter
0 Thomas J.S.
Hallo,
gibts im Safari so etwas wie eine Javascript-Konsole oder einen DOM-Inspektor ?
Wenn ja, wo findet man das ?
gruß
peter
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.
Danke,
ich denk das hilft mir weiter.
Dank auch an Thomas.
Gruß
peter
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