internal/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
cmd/go-cloud-debug-agent/internal/breakpoints | Package breakpoints handles breakpoint requests we get from the user through the Debuglet Controller, and manages corresponding breakpoints set in the code. |
cmd/go-cloud-debug-agent/internal/controller | Package controller is a library for interacting with the Google Cloud Debugger's Debuglet Controller service. |
cmd/go-cloud-debug-agent/internal/valuecollector | Package valuecollector is used to collect the values of variables in a program. |