From f770e78a27be9d696a799b0d11c2c4c251e48b3c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 7 Sep 2008 07:36:44 +0000 Subject: [PATCH] Neu dazu --- bin/run_debug.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 bin/run_debug.sh diff --git a/bin/run_debug.sh b/bin/run_debug.sh new file mode 100755 index 0000000..776b7fc --- /dev/null +++ b/bin/run_debug.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# $Id$ +# $URL$ + +DIR=`dirname $0`/.. + +cd $DIR || exit 6 + +pwd + +CATALYST_DEBUG=1 DBIC_TRACE=1 script/frbr_books_server.pl -- 2.39.5