mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-30 20:01:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="iso-8859-1"?>
 | |
| <!-- $Revision$ -->
 | |
| <!-- EN-Revision: 1.5 Maintainer: andreas Status: ready -->
 | |
|   <sect1 id="variable.debugging">
 | |
|    <title>$debugging</title>
 | |
|    <para>
 | |
|     Aktiviert die <link linkend="chapter.debugging.console">Debugging Konsole</link>.
 | |
|    </para>
 | |
| 
 | |
|    <para>
 | |
|     Die Konsole besteht aus einem Javascript-Popup-Fenster,
 | |
|     welches Informationen über <link linkend="language.function.include">eingebundene Templates</link>,
 | |
|     von PHP <link linkend="api.assign">zugewiesene</link> Variablen
 | |
|     und <link linkend="language.config.variables">Variablen aus Konfigurationsdateien</link> enthält.
 | |
|     Die Konsole zeigt keine Variablen an, die innerhalb des Templates mit
 | |
|     <link linkend="language.function.assign">{assign}</link> zugewiesen wurden.
 | |
|    </para>
 | |
| 
 | |
|    <para>Lesen Sie <link linkend="variable.debugging.ctrl">$debugging_ctrl</link>
 | |
|     um zu sehen wie Sie das Debugging über einen Parameter in der URL aktivieren können.
 | |
|    </para>
 | |
| 
 | |
|    <para>
 | |
|     Siehe auch
 | |
|     <link linkend="language.function.debug">{debug}</link>,
 | |
|     <link linkend="variable.debug.tpl">$debug_tpl</link>,
 | |
|     und
 | |
|     <link linkend="variable.debugging.ctrl">$debugging_ctrl</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
 | |
| -->
 |