1·Set and remove breakpoints in code where you want the debugger to stop.
您可以在想要使调试器停下的代码处设置和除去断点。
2·If you want to step through certain areas of the code, you can do so by setting breakpoints and reloading the application.
如果您想单步执行代码的某些部分,那么您可以通过设置断点并重新装入该应用程序来单步执行。
3·You should start debugging by placing breakpoints in your code.
您应当从在代码中放置断点开始进行调试。
4·Like other annotations such as bookmarks, breakpoints, and syntax problems, these are indicated by a symbol in the left margin of the editor.
与其他注释(如书签、断点和语法问题)类似,这些注释也是通过编辑器左侧空白上的符号来指示的。
5·The simulator in essence is a debugger, so you can also set breakpoints and interact with the devices, CPU, and memory.
仿真器在本质上是调试器,因此您还可以设置断点并与设备、CPU 以及内存进行互动。