• D
    *: Add --tty flag for debug / exec · 3e60ae20
    Derek Parker 提交于
    This flag allows users on UNIX systems to set the tty for the program
    being debugged by Delve. This is useful for debugging command line
    applications which need access to their own TTY, and also for
    controlling the output of the debugged programs so that IDEs may open a
    dedicated terminal to show the output for the process.
    3e60ae20
config.go 1.9 KB