当在Chrome(Web)或Edge(Web)上运行应用程序时,我无法获取变量,并调用堆栈区域以填充DevTools中。
顶部的一些标签也没有显示。
另外,DevTools不会自动打开Main.dart,而是打开Web_entrypoint.dart。
在Android设备上运行应用程序时,这些区域/标签确实会填充/显示 - 虚拟和物理。 DevTools自动打开Main.dart。
这是正常的吗?
问题: 在chrome/edge(web)上运行的应用程序
无问题: 在物理/虚拟android设备上运行的应用程序
我确实有我运行时检测到的DART版本之间的不匹配
获取依赖项 - “当前的DART SDK版本为2.14.0-377.0.dev” - 当我运行命令'dart -version' - “ dart sdk版本:2.17.3(stable)”时。尽管我认为这可能与我的DevTools问题有关。
I cannot get the Variables and Call Stack areas to populate in Flutter DevTools when running apps on Chrome (web) or Edge (web).
A few tabs along the top are not showing either.
Also, DevTools does not automatically open main.dart but opens web_entrypoint.dart.
These areas/tabs do populate/show when running the apps on an android device - virtual and physical. And DevTools automatically opens main.dart.
Is this normal?
Issue: Apps running on Chrome/Edge (Web)
No issue: Apps running on a physical/virtual android device
I do have a mismatch between the version of dart detected when I run
Get dependencies - "The current Dart SDK version is 2.14.0-377.0.dev" - and when I run the command 'dart --version' - "Dart SDK version: 2.17.3 (stable)". Though I don't think this is likely to be related to my DevTools issue.
发布评论