调试语句 meaning in English
debugging statement
Examples
- Tracing also allows you to write debug statements directly in your code without having to remove them from your application when it is deployed to production servers
跟踪还允许您在代码中直接写出调试语句,而不必在应用程序部署到成品服务器后从应用程序中移除这些语句。 - Tracing also enables you to write debug statements directly in your code without having to remove them from your application when it is deployed to production servers
使用跟踪还可以直接在代码中编写调试语句,而不必在将应用程序部署到成品服务器时从应用程序中移除这些语句。 - For example , you may want to write debugging statements that compare the speed of different approaches to the same programming task , or you may want to localize an application for multiple languages
例如,可能需要编写调试语句来比较同一编程任务的不同方法的速度,或者可能需要本地化用于多种语言的应用程序。