-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi there,
I am trying to pass some parameters to a compiled go program.
I have the following debug.json file
{
"configurations": [
{"name": "Debug cmd",
"mode": "debug",
"cwd": "${workspaceRoot}/cmd",
"args": ["-<parameter 1> <parameter 1 value> -<parameter 2> <parameter 2 value>"]
}
]
}
(I have swapped out the real parameters above)
My Configuration file in the Go Debug settings is set to the full path to debug.json for example
/home/jason/dir/debug.json
I am having some issues with the program picking up the parameter values, does the about set up look ok?
Many thanks
Jason
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels