Skip to content
  • Suzy Mueller's avatar
    service/dap: fix goroutine id selection for hardcoded breakpoints (#2748) · f8deab85
    Suzy Mueller authored
    * service/dap: fix goroutine id selection for hardcoded breakpoints
    
    Determining the stopped goroutine id on a breakpoint required
    checking for breakpoints since some may be tracepoints. However,
    there may be goroutines stopped on hardcoded breakpoints with
    no breakpoint. We fix this by checking for runtime.breakpoint or
    StopReason=proc.StopHardcodedBreakpoint.
    f8deab85