mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
fix: outdated line in debugging.md doc
This commit is contained in:
@@ -84,7 +84,7 @@ sudo dlv attach $(docker inspect test | grep Pid | head -n 1 | grep -oe "[0-9]*"
|
||||
Set a breakpoint for accept:
|
||||
|
||||
```bash
|
||||
break gvisor.dev/gvisor/pkg/sentry/socket/netstack.(*SocketOperations).Accept
|
||||
break gvisor.dev/gvisor/pkg/sentry/socket/netstack.(*sock).Accept
|
||||
continue
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user