Improve debugging
This commit is contained in:
@@ -121,7 +121,9 @@ return {
|
||||
dap.adapters.php = {
|
||||
type = 'executable',
|
||||
command = 'node',
|
||||
args = { '/Users/chris/.local/src/vscode-php-debug/out/phpDebug.js' },
|
||||
args = {
|
||||
vim.fn.expand '$MASON/packages/php-debug-adapter/extension/out/phpDebug.js',
|
||||
},
|
||||
}
|
||||
|
||||
dap.configurations.php = {
|
||||
@@ -160,10 +162,10 @@ return {
|
||||
},
|
||||
element_mappings = {
|
||||
stacks = {
|
||||
open = "<CR>",
|
||||
expand = "o",
|
||||
}
|
||||
}
|
||||
open = '<CR>',
|
||||
expand = 'o',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- Change breakpoint icons
|
||||
|
||||
Reference in New Issue
Block a user