From 546ae1893c14fcacf18892670f06472960f62db5 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 14 Jan 2020 13:28:52 +0300 Subject: [PATCH] show delve logs --- debug-backend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug-backend.sh b/debug-backend.sh index 5706a39..7f67ad7 100755 --- a/debug-backend.sh +++ b/debug-backend.sh @@ -14,5 +14,5 @@ Read more at https://www.kernel.org/doc/Documentation/security/Yama.txt" fi PLUGIN_PID=`pgrep ${PLUGIN_NAME}` -dlv attach ${PLUGIN_PID} --headless --listen 0.0.0.0:${PORT} --api-version 2 +dlv attach ${PLUGIN_PID} --headless --listen=:${PORT} --api-version 2 --log pkill dlv