1. 25 3月, 2021 1 次提交
  2. 24 3月, 2021 1 次提交
    • H
      service/dap: supports noDebug launch requests (#2400) · 3c1b9427
      Hyang-Ah Hana Kim 提交于
      If the launch requests has noDebug attribute set, run the built
      binary directly. The launch request handler will block until
      the binary terminates, so the editor won't send additional requests
      like breakpoint setting etc. Still disconnect or restart requests
      can flow in though and they should trigger killing of the target
      process if it's still running.
      
      In order to run the binary using os/exec on windows, the target
      binary has to have .exe as its extension. So, add .exe to the default
      output name if it is on windows. I am not sure though yet we want
      to modify the user-specified output or not yet. Considering how
      go commands behave (not automatically append .exe for 'go build -o')
      I think respecting what user specified is right, but the failure
      (file not exist) may be mysterious.
      3c1b9427
  3. 23 3月, 2021 1 次提交
    • S
      service/dap: use specified working directory for launch requests (#2360) · 1c9a1052
      Suzy Mueller 提交于
      * service/dap: use specified working directory for launch requests
      
      If a user specifies a working directory in the launch request,
      then the process should use that working directory. This may
      affect how the program runs and the user should be able to have
      control over this.
      
      * service/dap: add tests for launch with working dir
      
      Added tests to make sure the working directory is set correctly.
      
      * service/dap: fix TestWorkingDir on windows
      
      * service/dap: use %q to print quoted string
      
      * cmd/dlv: update dap warning about working dir
      
      * service/dap: change the launch argument to be wd`
      
      * update warning to specify only launch request
      1c9a1052
  4. 20 3月, 2021 1 次提交
    • Á
      *: Adds toggle command (#2208) · f5d2e132
      Álex Sáez 提交于
      * Adds toggle command
      
      Also adds two rpc2 tests for testing the new functionality
      
      * Removes Debuggers' ToggleBreakpoint method
      
      rpc2's ToggleBreakpoint now calls AmendBreakpoint
      Refactors the ClearBreakpoint to avoid a lock.
      f5d2e132
  5. 16 3月, 2021 4 次提交
  6. 15 3月, 2021 1 次提交
  7. 13 3月, 2021 1 次提交
    • B
      Documentation: fix spelling error (#2337) · 6c6331c1
      Bryan Heden 提交于
      * fix spelling error
      
      * Revert "fix spelling error"
      
      This reverts commit 08058c9efbcee5d86ef429be5bd66f8307fb02d8.
      
      * update doc source and doc/fix spelling error
      6c6331c1
  8. 12 3月, 2021 1 次提交
  9. 10 3月, 2021 1 次提交
  10. 09 3月, 2021 6 次提交
  11. 05 3月, 2021 4 次提交
  12. 04 3月, 2021 1 次提交
  13. 02 3月, 2021 1 次提交
  14. 25 2月, 2021 2 次提交
  15. 24 2月, 2021 7 次提交
  16. 23 2月, 2021 2 次提交
  17. 22 2月, 2021 4 次提交
  18. 21 2月, 2021 1 次提交