delve/service/dap
Derek Parker 3e60ae202b *: Add --tty flag for debug / exec
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.
2020-04-10 09:53:13 -07:00
..
daptest service/dap: Add support for threads request (#1914) 2020-03-10 12:29:06 -07:00
error_ids.go service/dap: Add support for threads request (#1914) 2020-03-10 12:29:06 -07:00
server_test.go service/dap: Change reason to "entry" when stopping on entry (#1976) 2020-04-01 12:51:31 -07:00
server.go *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00