gpt4 book ai didi

dart - 在 Dartium 中调试 Dart - 断点关键字?

转载 作者:行者123 更新时间:2023-12-02 20:11:21 25 4
gpt4 key购买 nike

在 Chrome 开发工具中调试 Javascript 时,使用保留关键字“debugger”会导致在开发工具打开时出现断点。 Dartium 中是否有等效的调试 dart 代码的方法?

最佳答案

自 Dart SDK 1.11.0 起,有一个 debugger新功能 dart:developer库通过代码触发断点。您可以使用 when 参数传递可选条件并提供可选消息。

import 'dart:developer';

void main() {
debugger();
print('Not reached when a debugger is attached till the execution is continued');
}

如果编译为 JavaScript,则使用 debugger 关键字。

关于dart - 在 Dartium 中调试 Dart - 断点关键字?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31106305/

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