Skip to content

Commit

Permalink
Merge pull request #9450 from thundergolfer:jonathon/fix-doc-oct2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570720356
  • Loading branch information
gvisor-bot committed Oct 4, 2023
2 parents e16f83a + 0adbdec commit ff6258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3doc/user_guide/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit ff6258b

Please sign in to comment.