fix: outdated line in debugging.md doc

This commit is contained in:
Jonathon Belotti
2023-10-04 00:30:53 +00:00
parent b667130795
commit 0adbdec504
+1 -1
View File
@@ -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
```