From 9ffdd468a15034f8110518222a5b8a92b36e60e7 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 17 Jan 2023 13:42:31 +0100 Subject: [PATCH] fix xdebug in test vm --- vm-nextcloud.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vm-nextcloud.nix b/vm-nextcloud.nix index 2b0a151..87a3d90 100644 --- a/vm-nextcloud.nix +++ b/vm-nextcloud.nix @@ -50,6 +50,8 @@ "xdebug.mode" = "debug"; "xdebug.client_host" = "10.0.2.2"; "xdebug.client_port" = "9000"; + "xdebug.start_with_request" = "yes"; + "xdebug.idekey" = "ECLIPSE"; }; appstoreEnable = false; extraOptions = {