2.3 Script Debugging
Even though the Script Editor makes scripting fast and convenient, the JavaScript language poses its own special challenges. One of the biggest challenges is debugging. Unlike strongly typed languages, JavaScript does not have fixed type for variables, which means that no compile type error checking can be done.
This chapter offers a few tips and hints on how to deal with debugging in JavaScript.
| << 2.2.5 Editing Multiple Element Scripts | © 1996-2013 InetSoft Technology Corporation (v11.4) | 2.3.1 Keep the Script Small >> |