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.

For detailed information on setting breakpoints, running the debugger, and examining variables, refer to the function debugging documentation.
中文翻译¶
调试¶
使用代码仓库中的调试器工具,可在单元测试运行时检查其行为。设置断点以暂停单元测试的执行,从而检查变量、理解函数和库。
