diff --git a/lua/kickstart/plugins/debug.lua b/lua/kickstart/plugins/debug.lua index 3b95673..9b07c05 100644 --- a/lua/kickstart/plugins/debug.lua +++ b/lua/kickstart/plugins/debug.lua @@ -89,6 +89,7 @@ return { request = "launch", name = "Listen for Xdebug", port = 9003, + stopOnEntry = true, pathMappings = { ["/path/on/server"] = "/path/on/local/machine", -- Adjust to map your server paths to local paths },