Learn Swift by Building Applications
上QQ阅读APP看书,第一时间看更新

The Debug panel (located at the bottom)

The Debug panel is located at the bottom of the Xcode. While developing a playground project, we won't be able to actually see its power. We will be presented with the console where the app prints information. We will use it to print debug information to validate our code.

When working on a mobile application we will discuss how to debug the app. This will be tightly related to the debug options located in the Debug panel. We will get to this part once we have created a regular app, and we want to improve it.