Skip to content

slyang-git/debug-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

debug-go

The golang version of remote debug tool:dizzy:.

██████╗ ███████╗██████╗ ██╗   ██╗ ██████╗ 
██╔══██╗██╔════╝██╔══██╗██║   ██║██╔════╝ 
██║  ██║█████╗  ██████╔╝██║   ██║██║  ███╗
██║  ██║██╔══╝  ██╔══██╗██║   ██║██║   ██║
██████╔╝███████╗██████╔╝╚██████╔╝╚██████╔╝
╚═════╝ ╚══════╝╚═════╝  ╚═════╝  ╚═════╝                                           

Usage:	debug [Options] COMMAND

A fast remote debugging environment configurator.

Options:
      --config string      Location of client config files (default "/Users/apple/.docker")
  -D, --debug              Enable debug mode
      --help               Print usage
  -H, --host list          Daemon socket(s) to connect to
  -l, --log-level string   Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")
  -v, --version            Print version information and quit

Commands(PHP):
  xdebug      Attach local standard input, output, and error streams to a running container
  
Commands(Golang):
  dlv      Attach local standard input, output, and error streams to a running container
  rsync       Build an image from a Dockerfile
 
Commands(Python):
  attach      Attach local standard input, output, and error streams to a running container
  build       Build an image from a Dockerfile

Commands(C/C++):
  attach      Attach local standard input, output, and error streams to a running container
  build       Build an image from a Dockerfile
  commit      Create a new image from a container's changes

About

The golang version of remote debug tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages