-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflutter_05.log
More file actions
76 lines (60 loc) · 3.32 KB
/
Copy pathflutter_05.log
File metadata and controls
76 lines (60 loc) · 3.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.
## command
flutter debug_adapter
## exception
RPCError: setIsolatePauseMode: (-32000) Service connection disposed
```
#0 new _OutstandingRequest (package:vm_service/src/vm_service.dart:261:34)
#1 VmService._call.<anonymous closure> (package:vm_service/src/vm_service.dart:1778:25)
#2 VmService._call (package:vm_service/src/vm_service.dart:1790:8)
#3 VmService.setIsolatePauseMode (package:vm_service/src/vm_service.dart:1542:7)
#4 IsolateManager._sendExceptionPauseMode (package:dds/src/dap/isolate_manager.dart:1014:19)
#5 IsolateManager._configureIsolate (package:dds/src/dap/isolate_manager.dart:554:9)
#6 IsolateManager.registerIsolate (package:dds/src/dap/isolate_manager.dart:246:13)
#7 IsolateManager.handleEvent (package:dds/src/dap/isolate_manager.dart:189:13)
#8 DartDebugAdapter.handleIsolateEvent (package:dds/src/dap/adapters/dart.dart:2504:26)
<asynchronous suspension>
#9 DartDebugAdapter._withErrorHandling (package:dds/src/dap/adapters/dart.dart:2821:14)
<asynchronous suspension>
```
## flutter doctor
```
[✓] Flutter (Channel stable, 3.24.3, on Microsoft Windows [Version 10.0.19045.5011], locale en-US)
• Flutter version 3.24.3 on channel stable at C:\Flutter\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 2663184aa7 (6 weeks ago), 2024-09-11 16:27:48 -0500
• Engine revision 36335019a8
• Dart version 3.5.3
• DevTools version 2.37.3
[✓] Windows Version (Installed version of Windows is version 10 or higher)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at C:\Users\Hugo Okit\AppData\Local\Android\sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)
• All Android licenses accepted.
[✓] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[✓] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.10.5)
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.10.35122.118
• Windows 10 SDK version 10.0.22621.0
[✓] Android Studio (version 2024.1)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)
[✓] VS Code (version 1.94.2)
• VS Code at C:\Users\Hugo Okit\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.98.0
[✓] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19045.5011]
• Chrome (web) • chrome • web-javascript • Google Chrome 129.0.6668.101
• Edge (web) • edge • web-javascript • Microsoft Edge 130.0.2849.46
[✓] Network resources
• All expected network resources are available.
• No issues found!
```