From 24f9e6882e2b9a1d15c1df7eda47dd8990975c32 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 10 Jan 2008 08:57:34 +0000 Subject: added serialize() function git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@523 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lib/debugs.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/debugs.lua') diff --git a/lib/debugs.lua b/lib/debugs.lua index c169659..f8aeb89 100644 --- a/lib/debugs.lua +++ b/lib/debugs.lua @@ -2,6 +2,8 @@ module(..., package.seeall) +require("session") + -- This will show all tables and their values as debug information -- -- USAGE: \n") + io.write(session.serialize("", vars)) + io.write("\n") +end -- cgit v1.2.3