stopAtEntry DAP
parent
4071b56ab0
commit
f499e5c6ec
|
@ -89,6 +89,7 @@ return {
|
||||||
request = "launch",
|
request = "launch",
|
||||||
name = "Listen for Xdebug",
|
name = "Listen for Xdebug",
|
||||||
port = 9003,
|
port = 9003,
|
||||||
|
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