gpt4 book ai didi

flutter - Dart 板 : How to get more information if the console only prints 'Script Error' ?

转载 作者:行者123 更新时间:2023-12-03 04:33:39 25 4
gpt4 key购买 nike

例如:如果我运行这个 App在 DartPad 中,控制台仅显示 Script Error。我怎样才能获得更多信息(确切的错误是什么?它位于何处?,...)?

最佳答案

尝试将您的代码包装在 try-catch block 中,然后在控制台上打印错误。

例如,

try {
Navigator.of(context).push(MaterialPageRoute(builder: (context) => ScreenTwo()));
} catch (e) {
print(e);
}

关于flutter - Dart 板 : How to get more information if the console only prints 'Script Error' ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64510682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com