Skip to content

Non-stop mode debugging #777

@wusendong

Description

@wusendong

dellve: 0.12.1
go:1.7.4
os: macos sierra 10.12.3

background: when i debugging a websocket program, the goroutine who should pong the server's ping request in backgrond but it's pause automatically when breakpoint hit in other functionality, so the websocket connection will close after timeout. So i want that goroutine keep running.
example:

func main(){
  go handleWS()
  print("abc")  //<- breakpoint set here
}

func handleWS(){
  //handle websocket ping pong
 .....
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions