remove default mapping php debugging
parent
5a8942b389
commit
9d28ec0082
|
@ -97,9 +97,9 @@ return {
|
||||||
name = "Listen for Xdebug",
|
name = "Listen for Xdebug",
|
||||||
port = 9003,
|
port = 9003,
|
||||||
stopOnEntry = true,
|
stopOnEntry = true,
|
||||||
pathMappings = {
|
-- pathMappings = {
|
||||||
["/path/on/server"] = "/path/on/local/machine", -- Adjust to map your server paths to local paths
|
-- ["/path/on/server"] = "/path/on/local/machine", -- Adjust to map your server paths to local paths
|
||||||
},
|
-- },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue