| 
									
										
										
										
											2023-02-06 14:42:31 +01:00
										 |  |  | # {debug}
 | 
					
						
							| 
									
										
										
										
											2021-12-03 11:59:22 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | `{debug}` dumps the debug console to the page. This works regardless of | 
					
						
							| 
									
										
										
										
											2023-02-06 14:42:31 +01:00
										 |  |  | the [debug](../chapter-debugging-console.md) settings in the php script. | 
					
						
							| 
									
										
										
										
											2021-12-03 11:59:22 +01:00
										 |  |  | Since this gets executed at runtime, this is only able to show the | 
					
						
							| 
									
										
										
										
											2023-02-06 14:42:31 +01:00
										 |  |  | [assigned](../../programmers/api-functions/api-assign.md) variables; not the templates that are in use. | 
					
						
							| 
									
										
										
										
											2021-12-03 11:59:22 +01:00
										 |  |  | However, you can see all the currently available variables within the | 
					
						
							|  |  |  | scope of a template. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-06 14:42:31 +01:00
										 |  |  | | Attribute Name | Required | Description                                                | | 
					
						
							|  |  |  | |----------------|----------|------------------------------------------------------------| | 
					
						
							|  |  |  | | output         | No       | output type, html or javascript (defaults to 'javascript') | | 
					
						
							| 
									
										
										
										
											2021-12-03 11:59:22 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-06 14:42:31 +01:00
										 |  |  | See also the [debugging console page](../chapter-debugging-console.md). |