stopAtEntry DAP

main
Mathias Rothenhaeusler 2024-12-27 10:39:14 +01:00
parent 4071b56ab0
commit f499e5c6ec
1 changed files with 1 additions and 0 deletions

View File

@ -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
},