Answer the question
In order to leave comments, you need to log in
VS Code pauses all go debugging sessions when a breakpoint is set, how do I disable this?
If I start one or more golang code debugging processes and then put a breakpoint in any file (including files of another language), then all debugging sessions are automatically paused and must be manually resumed. This is very annoying, especially if I run multiple processes. How to turn it off?
Answer the question
In order to leave comments, you need to log in
It was decided by switching to the legacy Delve adapter. In the settings you need to add:
"go.delveConfig": {
"debugAdapter": "legacy"
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question