File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1919- Prepare or Dart 3 alpha breaking changes:
2020 - Move weak null safety tests to special branch of ` build_web_compilers ` .
2121 - Do not pass ` --(no)-sound-null-safety ` flag to build daemon.
22+ - Add back ` ChromeProxyService.setExceptionPauseMode() ` without override.
2223
2324
2425## 16.0.1
Original file line number Diff line number Diff line change @@ -772,6 +772,16 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
772772 }
773773 }
774774
775+ /// This method is deprecated in vm_service package.
776+ ///
777+ /// TODO(annagrin): remove after dart-code and IntelliJ stop using this API.
778+ /// Issue: https://github.com/dart-lang/webdev/issues/1868
779+ ///
780+ // ignore: annotate_overrides
781+ Future <Success > setExceptionPauseMode (
782+ String isolateId, /*ExceptionPauseMode*/ String mode) =>
783+ setIsolatePauseMode (isolateId, exceptionPauseMode: mode);
784+
775785 @override
776786 Future <Success > setIsolatePauseMode (String isolateId,
777787 {String ? exceptionPauseMode, bool ? shouldPauseOnExit}) async {
You can’t perform that action at this time.
0 commit comments