Replies: 1 comment
-
@xmha97 yes, the extension provides the default debug launch configuration and users can debug their programs and tests without launch.json. From the screenshot, I guess the program couldn't compile because from go1.16, go commands run in module mode. You need to run ps. Sorry for this late response. For some reason, I missed this post. :-( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I can debugging a single Python (py) file without launch.json
Can I debugging a single Go file without launch.json?
Beta Was this translation helpful? Give feedback.
All reactions