remove default mapping php debugging

main
Mathias Rothenhaeusler 2025-03-18 19:30:38 +01:00
parent 5a8942b389
commit 9d28ec0082
1 changed files with 3 additions and 3 deletions

View File

@ -97,9 +97,9 @@ return {
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
},
-- pathMappings = {
-- ["/path/on/server"] = "/path/on/local/machine", -- Adjust to map your server paths to local paths
-- },
},
}