# Functions

New connects to the specified host using SSH, starts DebugproxyCmd there, and creates a new program from the specified file.

# Variables

DebugproxyCmd is the path to the debugproxy command.

# Structs

File implements the debug.File interface, providing access to file-like resources associated with the target program.
Program implements the debug.Program interface.