A
A
andrew_progs2022-02-09 10:34:36
go
andrew_progs, 2022-02-09 10:34:36

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

1 answer(s)
A
andrew_progs, 2022-02-10
@andrew_progs

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 question

Ask a Question

731 491 924 answers to any question