Sometimes it's better to just run a section of code and stop execution at that point so you can examine data at that location.
有时,最好只运行一段代码,在可疑代码处停止运行,在这个位置检查数据。
Each section of executable code is run when a particular event becomes necessary, including events like the initialization of a library and the main starting entry point of the program itself.
每个可执行代码段将在需要特定的事件时执行,这些事件包括库的初始化和该程序本身主入口点。
应用推荐