|
JavaScript Debugging.png 7/9/2009 1:12:37 PM |
JavaScript debugging is possible when you activate Web Inspector. You can break script execution at any time, set the breakpoints, inspect local and global variables, Step In/Over/Out in JavaScript functions, use JavaScript Console to type and execute commands (invoke JavaScript functions, inspect variables, ...). |