mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
Ignore existing breakpoints when using the continue command to continue to a specific location such as `continue main.main`. The point of this command is to continue to a specific location, so if there is already a breakpoint set there there should be no error returned, just continue until we hit the breakpoint already set in that location.