Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(ctx context.Context, req *dbg.DebugConfigRequest, inStream io.Reader, out io.Writer, interrupt <-chan os.Signal) (*dbg.DebugResponse, error)
Debug command launches a debug tool for a sketch. It also implements streams routing: gRPC In -> tool stdIn grpc Out <- tool stdOut grpc Out <- tool stdErr It also implements tool process lifecycle management
func GetDebugConfig ¶
func GetDebugConfig(ctx context.Context, req *debug.DebugConfigRequest) (*debug.GetDebugConfigResponse, error)
GetDebugConfig returns metadata to start debugging with the specified board
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.