1. 12 5月, 2020 1 次提交
  2. 02 5月, 2020 1 次提交
  3. 15 4月, 2020 1 次提交
  4. 11 4月, 2020 1 次提交
    • 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
  5. 02 4月, 2020 1 次提交
  6. 11 3月, 2020 1 次提交
  7. 10 3月, 2020 1 次提交
  8. 05 3月, 2020 1 次提交
  9. 27 2月, 2020 1 次提交
    • E
      service/dap: clean shutdown sequence in server (#1889) · a8355486
      Eli Bendersky 提交于
      Using a stop channel to signal clean shutdown to the server's
      goroutines. Also updates the tests to trigger disconnectChan.
      
      This helps avoid spurious error logs when the client disconnects, when
      Ctrl+C is pressed, etc.
      a8355486
  10. 26 2月, 2020 1 次提交
  11. 22 2月, 2020 1 次提交
  12. 16 2月, 2020 1 次提交
    • P
      service/dap: Initial implementation for 'dlv dap' (#1858) · fbc4623c
      polinasok 提交于
      * Initial implementation for 'dlv dap'
      
      * Fix Travis and AppVeyor failures
      
      * Address review comments
      
      * Address review comments
      
      * Regenrate documentation
      
      * Replace dap server printfs with log.Error
      
      * Update 'dap log'
      
      * Fix typos
      
      * Revert logflags changes that got mixed in by accident
      fbc4623c