2. Click the Server Debug icon in the Standard toolbar, and an additional toolbar with the following
buttons appears directly above your document window:
n Backward: Emulates the browser Back button and takes you to the previous page in your history.
n Forward: Emulates the browser Forward button and takes you to the next page in your history.
n Stop: Emulates the browser Stop button and stops the current page from processing.
n Refresh: Emulates the browser Refresh button and reloads the current page.
n Server Debug: Toggles server debugging on and off.
TIP TIP
726
Incorporating Dynamic Data Part IV
It also includes an Address Bar for passing query string values to your page and enabling you to
see where you are in your site.
When you preview Live Data, you can see all the CF MX Server Debug output (see Figure 22-10),
and you can browse through your pages just as you would in a regular Web browser.
FIGURE 22-10
The Server Debug view gives you additional options on the toolbar for browsing your
ColdFusion MX documents.
3. Open the Server Debug panel by choosing Window ??? Results or pressing F7 and selecting the
Server Debug tab. The Server Debug panel should now be shown below the Property inspector
(see Figure 22-11).
After you open the Server Debug panel, you can see all your variables, as well as any errors.
Pages:
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266