Files
smarty/docs/pt_BR/designers/language-custom-functions/language-function-debug.xml

60 lines
2.1 KiB
XML
Raw Normal View History

2004-04-13 08:46:28 +00:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<sect1 id="language.function.debug">
<title>debug</title>
<informaltable frame="all">
<tgroup cols="5">
<colspec colname="param" align="center" />
<colspec colname="type" align="center" />
<colspec colname="required" align="center" />
<colspec colname="default" align="center" />
<colspec colname="desc" />
<thead>
<row>
<entry>Nome do Atributo</entry>
<entry>Tipo</entry>
<entry>Obrigat<EFBFBD>rio</entry>
2004-04-13 08:46:28 +00:00
<entry>Padr<EFBFBD>o</entry>
<entry>Descri<EFBFBD><EFBFBD>o</entry>
</row>
</thead>
<tbody>
<row>
<entry>output</entry>
<entry>string</entry>
<entry>N<EFBFBD>o</entry>
<entry><emphasis>html</emphasis></entry>
<entry>Tipo de sa<73>da, html ou javascript</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>
{debug} mostra o console de debug na p<>gina. Ele funciona independente
2004-04-13 08:46:28 +00:00
da defini<6E><69>o de <link linkend="chapter.debugging.console">debug</link>.
J<> que ele <20> executado em tempo de execu<63><75>o, ele <20> capaz apenas de
2004-04-13 08:46:28 +00:00
mostrar as vari<72>veis definidas, e n<>o os templates
que est<73>o em uso. Mas voc<6F> pode ver todas as vari<72>veis
2004-04-13 08:46:28 +00:00
dispon<6F>veis no escopo do template.
</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
-->