I am trying to debug gvisor with delve but it does not seem to work for me properly. Is there any documentation about debugging gvisor with delve or in general? I want to debug it by inserting breakpoints, I have seen this documentation: https://gvisor.dev/docs/user_guide/debugging/ but I am not sure how to go about it.
Also, if I am printing logs from any file(eg pkg/sentry/mm/syscalls.go) using log.Infof() where will it be written to?
I am trying to debug gvisor with delve but it does not seem to work for me properly. Is there any documentation about debugging gvisor with delve or in general? I want to debug it by inserting breakpoints, I have seen this documentation: https://gvisor.dev/docs/user_guide/debugging/ but I am not sure how to go about it.
Also, if I am printing logs from any file(eg pkg/sentry/mm/syscalls.go) using log.Infof() where will it be written to?