debug
This commit is contained in:
@@ -64,7 +64,7 @@ return {
|
|||||||
program = function()
|
program = function()
|
||||||
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file')
|
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file')
|
||||||
end,
|
end,
|
||||||
args = {"cube.obj"}, -- provide arguments if needed
|
args = {}, -- provide arguments if needed
|
||||||
cwd = "${workspaceFolder}",
|
cwd = "${workspaceFolder}",
|
||||||
stopAtBeginningOfMainSubprogram = false,
|
stopAtBeginningOfMainSubprogram = false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user