diff --git a/docs/en/programmers/api-variables/variable-debugging.xml b/docs/en/programmers/api-variables/variable-debugging.xml
index 1f73abd6..08b785a6 100644
--- a/docs/en/programmers/api-variables/variable-debugging.xml
+++ b/docs/en/programmers/api-variables/variable-debugging.xml
@@ -5,9 +5,14 @@
This enables the debugging console.
- The console is a javascript window that informs you of the
- included templates and assigned variables for the current
- template page.
+ The console is a javascript popup window that informs you of the
+ included
+ templates, variables assigned
+ from php and
+ config file variables
+ for the current template page. It does not show variables
+ assigned within a template with
+ {assign}.
See also