go-kubernetes-vscode-dev icon indicating copy to clipboard operation
go-kubernetes-vscode-dev copied to clipboard

Fail to start debug with args

Open sebglon opened this issue 6 years ago • 1 comments
trafficstars

on my launch.json i have some args. but the dlv debug not take them.

Have you a solution to address it?

sebglon avatar Apr 17 '19 07:04 sebglon

Apologies for the late response.

Instructions are in the readme on how to use this project to debug: https://github.com/joe-elliott/go-kubernetes-vscode-dev#how-to-use

Depending on how you are debugging either runDelve.sh or runDelveLoop.sh is actually running delve. Add your args there.

joe-elliott avatar May 13 '19 01:05 joe-elliott