File tree Expand file tree Collapse file tree 3 files changed +4200
-4232
lines changed Expand file tree Collapse file tree 3 files changed +4200
-4232
lines changed Original file line number Diff line number Diff line change 1
1
## 1.29
2
2
3
3
- Notify the debugger and inspector panels when the debug session is disconnected.
4
+ - Provide a detailed error message when the debugger fails to connect.
4
5
5
6
## 1.28
6
7
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ import 'package:sse/client/sse_client.dart';
23
23
import 'package:web_socket_channel/web_socket_channel.dart' ;
24
24
25
25
const _notADartAppAlert = 'No Dart application detected.'
26
- ' Your development server should inject metadata to indicate support for'
27
- ' Dart debugging. This may require setting a flag. Check the documentation'
28
- ' for your development server.' ;
26
+ ' Are you trying to debug an application that includes a Chrome hosted app'
27
+ ' (an application listed in chrome://apps)? If so, debugging is disabled.'
28
+ ' You can fix this by removing the application from chrome://apps. Please'
29
+ ' see https://bugs.chromium.org/p/chromium/issues/detail?id=885025#c11.' ;
29
30
30
31
// Extensions allowed for cross-extension communication.
31
32
const _allowedExtensions = {
You can’t perform that action at this time.
0 commit comments