)]}'
{
  "commit": "3ab8fca3fa7907586aa09335cde24b5ba7948eb7",
  "tree": "e861ac30100b3075824f1dfd6e384391fd1b60db",
  "parents": [
    "cdc5cc3c43f8564b6b5d246c97acd6b7c050d72c"
  ],
  "author": {
    "name": "Srujan Gaddam",
    "email": "58529443+srujzs@users.noreply.github.com",
    "time": "Thu Oct 09 09:45:02 2025 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Oct 09 16:45:02 2025 +0000"
  },
  "message": "[DWDS] Don\u0027t send PauseInterrupted event during a hot reload (#2695)\n\nFixes https://github.com/dart-lang/sdk/issues/61560\r\n\r\nWe rely on a pause within a hot reload to pause execution so that we can reregister breakpoints. However, the existing pause mechanism always sends a PauseInterrupted event, which then triggers the client to think this is a normal pause event and not an internal detail. Instead, we should have the ChromeProxyService signal to the debugger that this is an \"internal pause\" and therefore it should not send a regular pause event and should use a completer to signal the pause is done.\r\n\r\nTests are refactored and updated to correctly check for the events when reregistering breakpoints. Specifically, it checks no other events besides the expected ones are sent.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5f2975aa3c5926cc484e4cef273fe5c845b658c4",
      "old_mode": 33188,
      "old_path": "dwds/CHANGELOG.md",
      "new_id": "a9a069200e5c953fc1e6388cf47dd932c74fa208",
      "new_mode": 33188,
      "new_path": "dwds/CHANGELOG.md"
    },
    {
      "type": "modify",
      "old_id": "ba2902a5f38f0f7e7990040e732ef13fba53c2a8",
      "old_mode": 33188,
      "old_path": "dwds/lib/src/debugging/debugger.dart",
      "new_id": "ca675889e04179e0496ab79d826e90434f09b08e",
      "new_mode": 33188,
      "new_path": "dwds/lib/src/debugging/debugger.dart"
    },
    {
      "type": "modify",
      "old_id": "d63b1dac2a1880c0f91b08c8ebce2867c1d32c17",
      "old_mode": 33188,
      "old_path": "dwds/lib/src/injected/client.js",
      "new_id": "8d254e03918ef01bc00531487c435afa698d36b1",
      "new_mode": 33188,
      "new_path": "dwds/lib/src/injected/client.js"
    },
    {
      "type": "modify",
      "old_id": "12172410f31b8719ec697670c0addaa55c6855aa",
      "old_mode": 33188,
      "old_path": "dwds/lib/src/services/chrome_proxy_service.dart",
      "new_id": "58888d40912c25fc24e2d58227ffdde0d05e53d3",
      "new_mode": 33188,
      "new_path": "dwds/lib/src/services/chrome_proxy_service.dart"
    },
    {
      "type": "modify",
      "old_id": "212bc07c1487e1e37ddf825479da78065d73e8a4",
      "old_mode": 33188,
      "old_path": "dwds/test/hot_reload_breakpoints_test.dart",
      "new_id": "608b47e4643bd75afac75bf1156ecb5dbd6ede1d",
      "new_mode": 33188,
      "new_path": "dwds/test/hot_reload_breakpoints_test.dart"
    },
    {
      "type": "modify",
      "old_id": "29540113c1b1a74fa2969b359d5ba52ccfdd28cc",
      "old_mode": 33188,
      "old_path": "dwds/test/hot_restart_breakpoints_test.dart",
      "new_id": "f5e75f21ee5cb6666babab2c74c19824cda4d4c4",
      "new_mode": 33188,
      "new_path": "dwds/test/hot_restart_breakpoints_test.dart"
    }
  ]
}
