mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-05 08:40:54 +02:00
49 lines
1.7 KiB
XML
49 lines
1.7 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision$ -->
|
|
<sect1 id="variable.debugging">
|
|
<title>$debugging</title>
|
|
<para>
|
|
This enables the <link
|
|
linkend="chapter.debugging.console">debugging console</link>.
|
|
The console is a javascript popup window that informs you of the
|
|
<link linkend="language.function.include">included</link>
|
|
templates, variables <link linkend="api.assign">assigned</link>
|
|
from php and
|
|
<link linkend="language.config.variables">config file variables</link>
|
|
for the current script. It does not show variables
|
|
assigned within a template with the
|
|
<link linkend="language.function.assign"><varname>{assign}</varname>
|
|
</link> function.
|
|
</para>
|
|
<para>The console can also be enabled from the url with
|
|
<link linkend="variable.debugging.ctrl">
|
|
<parameter>$debugging_ctrl</parameter></link>.
|
|
</para>
|
|
<para>
|
|
See also
|
|
<link linkend="language.function.debug"><varname>{debug}</varname></link>,
|
|
<link linkend="variable.debug.tpl"><parameter>$debug_tpl</parameter></link>,
|
|
and <link linkend="variable.debugging.ctrl"><parameter>$debugging_ctrl</parameter></link>.
|
|
</para>
|
|
</sect1>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|