跳转至

Debug(调试)

Use the debugger tool in Code Repositories to examine the behavior of your unit test while it runs. Set breakpoints to pause the execution of the unit test in order to examine variables, and understand functions and libraries.

Debugger overview panel.

For detailed information on setting breakpoints, running the debugger, and examining variables, refer to the function debugging documentation.


中文翻译


调试

使用代码仓库中的调试器工具,可在单元测试运行时检查其行为。设置断点以暂停单元测试的执行,从而检查变量、理解函数和库。

调试器概览面板

关于设置断点运行调试器检查变量的详细信息,请参阅函数调试文档