1. d041cf0 Remove extra `the`, `be` and `of` by Ahmed Ashour · 3 years, 5 months ago
  2. 1bfa0bb [dds] Wrap DAP dart.log message in an object for future extensibility by Danny Tuppeny · 3 years, 5 months ago
  3. 1cc4c11 Add changelog for DAP classes + some docs on DAP by Danny Tuppeny · 3 years, 5 months ago
  4. 98ee47a [dds] Export DAP classes required to build new debug adapters externally by Danny Tuppeny · 3 years, 5 months ago
  5. df67dc8 [dds] Add some basic test reporting for DAP test adapter by Danny Tuppeny · 3 years, 5 months ago
  6. b8533e6 [ package:dds ] Fix issue where cancelling multiple streams with the same name would throw a StateError by Ben Konyi · 3 years, 6 months ago
  7. 4389cf7 [dds] Add support for services/service extensions to DAP by Danny Tuppeny · 3 years, 6 months ago
  8. b68ccc9 [dartdev] Add a "dart debug_adapter" command to run the DAP server from DDS by Danny Tuppeny · 3 years, 6 months ago
  9. 35d5f85 [dds] Add a DAP debug adapter that runs "dart test" and passes package:test JSON back by Danny Tuppeny · 3 years, 6 months ago
  10. d6975c1 `master` branch to `main` by Ahmed Ashour · 3 years, 6 months ago
  11. f7e4886 Make dds package not use `?.` for a static call. by Lasse R.H. Nielsen · 3 years, 6 months ago
  12. e161187 [dds] Refactor some DAP classes in preperation for "dart test" adapter by Danny Tuppeny · 3 years, 6 months ago
  13. 3ff5204 [ package:dds ] Silently handle exceptions raised within RPC request handlers by Ben Konyi · 3 years, 6 months ago
  14. 492d061 [ package:dds ] Add missing RPCs and responses to DDS protocol by Ben Konyi · 3 years, 6 months ago
  15. 2d8764a [dds] Don't automatically resume when attaching to processes via DAP by Danny Tuppeny · 3 years, 7 months ago
  16. eff9280 [dds] Add support for vmServiceInfoFile to DAP attachRequest by Danny Tuppeny · 3 years, 7 months ago
  17. c7fe9ada Reland "[ package:dds ] Add support for caching CPU samples based on UserTag" by Ben Konyi · 3 years, 7 months ago
  18. 63f1fb0 [dds] Support attachRequest in Dart CLI DAP by Danny Tuppeny · 3 years, 7 months ago
  19. 30a3b9c [dds] Improve error handling of calling getters + toString() display in DAP variables by Danny Tuppeny · 3 years, 7 months ago
  20. 7a4fbdf [dds] Support logging VM Service traffic to the client from DAP by Danny Tuppeny · 3 years, 7 months ago
  21. 52e94d1 [dds] Improve DAP evaluation errors for Watch window by Danny Tuppeny · 3 years, 7 months ago
  22. 3365b77 use code from package:devtools_shared by Devon Carew · 3 years, 7 months ago
  23. c010c1d [dds] Add support for showing Maps in variablesRequests for DAP by Danny Tuppeny · 3 years, 7 months ago
  24. 57e41b1 [dds] Include evaluateNames in returned variables by Danny Tuppeny · 3 years, 7 months ago
  25. 659464a [dds] Add support for Log Points to DAP by Danny Tuppeny · 3 years, 7 months ago
  26. 83283a5 [ package:dds ] Prevent invalid DDS instance from being returned after by Ben Konyi · 3 years, 7 months ago
  27. 5447c39 [dds] Add support for conditional breakpoints in DAP by Danny Tuppeny · 3 years, 7 months ago
  28. 215efd6 [dds] Mark not-debuggable frames as deemphasized in DAP by Danny Tuppeny · 3 years, 7 months ago
  29. de5986e [dds] Add tests for DAP exception behaviour by Danny Tuppeny · 3 years, 7 months ago
  30. 3d3a48f [dds] Add support for DAP sourceRequest to download source from the VM by Danny Tuppeny · 3 years, 7 months ago
  31. 9e928c8 [dds] Handle DAP debug termination more reliably based on whether there's an active process by Danny Tuppeny · 3 years, 7 months ago
  32. dee7d25 Inline non-functional type alias by Ivan Inozemtsev · 3 years, 7 months ago
  33. 4d4f69a Reland "[ package:dds ] Add locking when modifying DDS state via client requests" by Ben Konyi · 3 years, 7 months ago
  34. a6176ec [dds] Support delegating running the debugee to the editor in DAP using runInTerminal by Danny Tuppeny · 3 years, 7 months ago
  35. 0b0bb99 Revert "[ package:dds ] Add locking when modifying DDS state via client requests" by Ben Konyi · 3 years, 7 months ago
  36. 0ecfc7d [ package:dds ] Add locking when modifying DDS state via client requests by Ben Konyi · 3 years, 7 months ago
  37. ada4278 Revert "Reland "[ package:dds ] Add support for caching CPU samples based on UserTag"" by Ben Konyi · 3 years, 7 months ago
  38. 1796160 Reland "[ package:dds ] Add support for caching CPU samples based on UserTag" by Ben Konyi · 3 years, 7 months ago
  39. 874f1db [dds] Support debugging "just my code" in DAP using 'debugExternalPackageLibraries=false' by Danny Tuppeny · 3 years, 7 months ago
  40. 4160747 Revert "[ package:dds ] Add support for caching CPU samples based on UserTag" by Alexander Markov · 3 years, 8 months ago
  41. 746b8f1 [ package:dds ] Add support for caching CPU samples based on UserTag by Ben Konyi · 3 years, 8 months ago
  42. 248e943 [dds] Expand truncated strings from dart:developer log() calls in DAP output by Danny Tuppeny · 3 years, 8 months ago
  43. 33c3cfc [dds] Support changing DAP debug settings after the session has started by Danny Tuppeny · 3 years, 8 months ago
  44. 6b4fc26 [dds] Switch DAP server mode to directly using stdin/stdout by Danny Tuppeny · 3 years, 8 months ago
  45. a99b92c [ package:dds ] Avoid races while handling errors during startup by Ben Konyi · 3 years, 8 months ago
  46. 0512b87 replace copied code with references to package:devtools_shared by Devon Carew · 3 years, 8 months ago
  47. 8f01499 [dds] Support IPv6 for DAP with --ipv6 flag by Danny Tuppeny · 3 years, 9 months ago
  48. c84c21e [dds] Support using port=0 for DAP and print the bound host/port in JSON to stdout by Danny Tuppeny · 3 years, 9 months ago
  49. 0d61348 [ CLI ] Fix IPv6 VM service support for standalone VM by Ben Konyi · 3 years, 9 months ago
  50. 06fc5c5 [dds] Spawn DDS in-process with DAP by Danny Tuppeny · 3 years, 9 months ago
  51. 1563d3f [dds] Add support for DAP threadsRequest by Danny Tuppeny · 3 years, 9 months ago
  52. 97f0137 [dds] Support custom requests in DAP and verify DDS is available by Danny Tuppeny · 3 years, 9 months ago
  53. 7a73faa [dds] Use different port numbers for DAP integration tests by Danny Tuppeny · 3 years, 9 months ago
  54. d5e92e1 [dds] Add expression eval support to DAP by Danny Tuppeny · 3 years, 9 months ago
  55. 4ce805b [dds] Add DAP support for Scopes/Variables by Danny Tuppeny · 3 years, 9 months ago
  56. 6ebcaba [dds] Add support for breakpoints and stepping to DAP by Danny Tuppeny · 3 years, 9 months ago
  57. 48a67a2 [dds] Improve error logging if DAP tests fail to connect by Danny Tuppeny · 3 years, 9 months ago
  58. cfd5cf3 [dds] Skip DAP tests by Danny Tuppeny · 3 years, 9 months ago
  59. ffecb6d [ package:dds ] Update to package:vm_service ^7.0.0 by Ben Konyi · 3 years, 9 months ago
  60. a50c120 [dds] Support running scripts with DAP in debug mode by Danny Tuppeny · 3 years, 10 months ago
  61. 0374c8f7 [dds] Add support for running DAP integration tests with an out-of-process server by Danny Tuppeny · 3 years, 10 months ago
  62. f9b6901 [dds] Add a basic DAP server that can run simple Dart scripts by Danny Tuppeny · 3 years, 10 months ago
  63. 7250fd6 Reland "[ package:dds ] Add null safety support" by Ben Konyi · 3 years, 10 months ago
  64. 9f91577 [dds] Add code generator for DAP spec classes by Danny Tuppeny · 3 years, 10 months ago
  65. b8c5ecd Revert "[ package:dds ] Add null safety support" by Emmanuel Pellereau · 3 years, 10 months ago
  66. a527411 [ package:dds ] Add null safety support by Ben Konyi · 3 years, 10 months ago
  67. bd50c47 [ package:dds ] Prep for 1.8.0 release by Ben Konyi · 3 years, 10 months ago
  68. b99466d Reland "[ VM / DDS / CLI ] Add DevTools support to the standalone VM" by Ben Konyi · 3 years, 10 months ago
  69. 5cbf10fe Revert "[ VM / DDS / CLI ] Add DevTools support to the standalone VM" by Ben Konyi · 3 years, 10 months ago
  70. f55ba03 [ DDS ] Handle Windows URIs when launching DevTools by Ben Konyi · 3 years, 11 months ago
  71. ef0e4ea [ VM / DDS / CLI ] Add DevTools support to the standalone VM by Ben Konyi · 3 years, 11 months ago
  72. 1455423 [ package:dds ] Fix issue where streamListen could be sent multiple by Ben Konyi · 3 years, 11 months ago
  73. 03101c0 Update LICENSE by Franklin Yow · 4 years ago
  74. 96cf91b [ package:dds ] Update DDS dependencies and set SDK requirement to >=2.12 by Ben Konyi · 4 years ago
  75. 7b4263c Update to the latest package:sse by Nate Bosch · 4 years, 1 month ago
  76. 61b80d1 [ package:dds ] Add 30 second keep alive period for SSE connections by Ben Konyi · 4 years, 1 month ago
  77. 6349ce0 [ DDS ] Update package:vm_service dep to 6.0.1-nullsafety.0 by Ben Konyi · 4 years, 2 months ago
  78. a7c9e24 [ package:dds ] Return a RpcException error with kServiceDisappeared by Ben Konyi · 4 years, 2 months ago
  79. 6de68d5 [ package:dds ] Fix issue where handling a StateError due to a VM by Ben Konyi · 4 years, 2 months ago
  80. ef7e081 [ package:dds ] Fix instance where DartDevelopmentServiceException could by Ben Konyi · 4 years, 2 months ago
  81. 613ab14 [ package:dds ] Disable package:test timeout for sse_smoke_test by Ben Konyi · 4 years, 2 months ago
  82. d9ca051 [ Service ] Disconnect existing clients when DDS calls _yieldControlToDDS by Ben Konyi · 4 years, 2 months ago
  83. fb5ffc8 [ package:vm_service] Output null-safe code from package:vm_service code generator by Ben Konyi · 4 years, 2 months ago
  84. 800ec51 [ DDS ] Add extension methods and getters for streams including event history by Ben Konyi · 4 years, 2 months ago
  85. 34b4c91 [ DDS ] Add getStreamHistory RPC and package:vm_service extensions by Ben Konyi · 4 years, 2 months ago
  86. 13b1af4 [pkg/dds] refactor parts into private libraries by Devon Carew · 4 years, 3 months ago
  87. 22f82bc [ package:dds ] Regenerate sse_smoke_driver.dart.js by Ben Konyi · 4 years, 3 months ago
  88. 6e29700 Update List constructor documentation, deprecate constructor. by Lasse R.H. Nielsen · 4 years, 3 months ago
  89. fc892d7 [ package:dds ] Handle StateError when VM service disappears by Ben Konyi · 4 years, 3 months ago
  90. a157ddb [ DDS ] Add errorCode to DartDevelopmentServiceException to better by Ben Konyi · 4 years, 4 months ago
  91. c36ba8b [ package:dds ] Improve DDS error handling, add tests by Ben Konyi · 4 years, 4 months ago
  92. d277573 Reland "[ DDS ] Keep event history for Stdout, Stderr, and Extension streams" by Ben Konyi · 4 years, 4 months ago
  93. a486752 Revert "[ DDS ] Keep event history for Stdout, Stderr, and Extension streams" by Ben Konyi · 4 years, 4 months ago
  94. 892cc93 [ DDS ] Keep event history for Stdout, Stderr, and Extension streams by Ben Konyi · 4 years, 4 months ago
  95. fafc1bd [ VM Service / DDS ] Forward 'evaluate' and 'evaluateInFrame' requests to VM Service by Ben Konyi · 4 years, 5 months ago
  96. 154e885 [ package:dds ] Cleanup error handling for early shutdown cases by Ben Konyi · 4 years, 6 months ago
  97. fe85812 [ VM / DartDev ] Fix --disable-service-auth-codes not being recognized by DDS by Ben Konyi · 4 years, 6 months ago
  98. b5f688e [ package:dds ] Send ServiceRegistered events on Service stream subscription by Ben Konyi · 4 years, 6 months ago
  99. 437eeb7 [ package:dds ] Don't assume isolateIds take form of 'isolates/123' by Ben Konyi · 4 years, 6 months ago
  100. 1c21e47 [ package:dds ] Fix sseUri not returning a URI with a 'sse' scheme by Ben Konyi · 4 years, 6 months ago