-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
Debugging is a process of going through the code, analyzing it, and identifying the defect in the code. Analysis can be done either with the logs or by checking the code, line by line, while it is executing the function. To check the logs, first of all, you should add the debugging statements in the code. The qooxdoo framework supports different log levels, such as, debug, info, warn, and error. Based on the log level set, qooxdoo generates the log messages.
If you cannot pinpoint the issue on the code, you can do active debugging by placing breakpoints in the code and checking the code execution in the flow. There are different tools available to help us to debug the JavaScript in the browser. Firebug is one of the most popular add-ons for the Mozilla Firefox browser, and IE developer tools is one of the more popular tools for Internet Explorer.
Whenever you get an error for an operation, the first thing to check is the log. Normally, the production application runs with error...
Change the font size
Change margin width
Change background colour