mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 12:05:21 +08:00
committed by
Derek Parker
parent
1f1535802e
commit
a843f7944e
@ -17,6 +17,9 @@ func TestIssue419(t *testing.T) {
|
||||
// debugserver bug?
|
||||
return
|
||||
}
|
||||
if testBackend == "rr" {
|
||||
return
|
||||
}
|
||||
// SIGINT directed at the inferior should be passed along not swallowed by delve
|
||||
withTestProcess("issue419", t, func(p proc.Process, fixture protest.Fixture) {
|
||||
_, err := setFunctionBreakpoint(p, "main.main")
|
||||
|
||||
Reference in New Issue
Block a user