From 6838fea44e328bbb2bfe7ee457c4b630617974ea Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Thu, 5 Mar 2015 15:50:04 +0100 Subject: [PATCH] MT#11997 Add dev start script for komodo debugger Change-Id: Ie8cd64dfaae2d4dae16eed0e4ecdfa7e1d170000 --- script/ngcp_panel_debug.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 script/ngcp_panel_debug.sh diff --git a/script/ngcp_panel_debug.sh b/script/ngcp_panel_debug.sh new file mode 100755 index 0000000000..e13a023f5a --- /dev/null +++ b/script/ngcp_panel_debug.sh @@ -0,0 +1 @@ +PERL5LIB=/opt/Komodo-IDE-8/remote_debugging PERLDB_OPTS="RemotePort=127.0.0.1:42510" DBGP_IDEKEY="jdoe" CATALYST_DEBUG=1 DBIC_TRACE=1 DBIC_TRACE_PROFILE=console DEVEL_CONFESS_OPTIONS='objects builtin dump color source' perl -d `which plackup` -I ../data-hal/lib -I ../ngcp-schema/lib -I lib -I ../sipwise-base/lib/ ngcp_panel.psgi --listen /tmp/ngcp_panel_sock --nproc 1 -s FCGI -r