| 148 |
lars |
1 |
\$debugging {#variable.debugging}
|
|
|
2 |
===========
|
|
|
3 |
|
|
|
4 |
This enables the [debugging console](#chapter.debugging.console). The
|
|
|
5 |
console is a javascript popup window that informs you of the
|
|
|
6 |
[included](#language.function.include) templates, variables
|
|
|
7 |
[assigned](#api.assign) from php and [config file
|
|
|
8 |
variables](#language.config.variables) for the current script. It does
|
|
|
9 |
not show variables assigned within a template with the
|
|
|
10 |
[`{assign}`](#language.function.assign) function.
|
|
|
11 |
|
|
|
12 |
The console can also be enabled from the url with
|
|
|
13 |
[`$debugging_ctrl`](#variable.debugging.ctrl).
|
|
|
14 |
|
|
|
15 |
See also [`{debug}`](#language.function.debug),
|
|
|
16 |
[`$debug_tpl`](#variable.debug_template), and
|
|
|
17 |
[`$debugging_ctrl`](#variable.debugging.ctrl).
|