diff --git a/apps/showcase/src/main/webapp/tags/non-ui/debug.jsp b/apps/showcase/src/main/webapp/tags/non-ui/debug.jsp
new file mode 100644
index 000000000..88de057b0
--- /dev/null
+++ b/apps/showcase/src/main/webapp/tags/non-ui/debug.jsp
@@ -0,0 +1,20 @@
+<%@ taglib prefix="s" uri="/struts-tags" %>
+
+
+ Non-UI Tags Example: Debug
+
+
+
+
+Debug Tag Usage
+
+
+ This page shows a simple example of using the debug tag.
+ Just add <s:debug /> to your JSP page
+ and you will see the debug link.
+
+ Just click on the Debug label to see the Struts ValueStack Debug information.
+
+
+
+
\ No newline at end of file
diff --git a/apps/showcase/src/main/webapp/tags/non-ui/index.jsp b/apps/showcase/src/main/webapp/tags/non-ui/index.jsp
index 0d8093273..2fc1a7bd4 100644
--- a/apps/showcase/src/main/webapp/tags/non-ui/index.jsp
+++ b/apps/showcase/src/main/webapp/tags/non-ui/index.jsp
@@ -10,6 +10,7 @@
- Action Tag
- Date Tag
+ - Debug Tag
- Iterator Generator Tag
- Append Iterator Tag
- Merge Iterator Demo