1. 12 5月, 2020 2 次提交
  2. 08 5月, 2020 1 次提交
  3. 05 5月, 2020 1 次提交
  4. 02 4月, 2020 1 次提交
  5. 25 3月, 2020 1 次提交
  6. 19 3月, 2020 1 次提交
  7. 18 3月, 2020 2 次提交
  8. 11 3月, 2020 1 次提交
  9. 04 3月, 2020 1 次提交
  10. 26 2月, 2020 1 次提交
  11. 21 2月, 2020 1 次提交
  12. 20 2月, 2020 1 次提交
  13. 19 2月, 2020 1 次提交
  14. 18 2月, 2020 1 次提交
  15. 17 2月, 2020 1 次提交
  16. 05 2月, 2020 1 次提交
  17. 17 1月, 2020 1 次提交
    • D
      Fix threads not fetched after restarting debug adapter · 6b7dd54c
      David Lechner 提交于
      A RunOnceScheduler (this.fetchThreadsScheduler) is used to throttle
      fetching threads from debug adapters. this.fetchThreadsScheduler is
      disposed when a debug adapter is restarted because of:
      
          this.rawListeners.push(this.fetchThreadsScheduler);
      
      This causes threads to never be fetched after restarting the debug
      adapter.
      
      This is fixed by setting this.fetchThreadsScheduler to undefined after
      it is disposed. This way, a new RunOnceScheduler is created after
      restarting the debug adapter.
      
      Fixes #88784
      6b7dd54c
  18. 31 12月, 2019 1 次提交
  19. 27 12月, 2019 1 次提交
  20. 20 11月, 2019 1 次提交
  21. 18 10月, 2019 1 次提交
  22. 14 10月, 2019 6 次提交
  23. 07 10月, 2019 2 次提交
  24. 02 10月, 2019 1 次提交
  25. 26 9月, 2019 1 次提交
  26. 25 9月, 2019 3 次提交
  27. 23 9月, 2019 1 次提交
  28. 20 9月, 2019 1 次提交
  29. 19 9月, 2019 1 次提交
  30. 18 9月, 2019 1 次提交