Debugging Apps with Xcode 15: Where to Start?

Опубликовано: 15 Сентябрь 2023
на канале: Cocoacasts
598
11

Everyone makes mistakes, and developers are no different. As a developer, you spend a significant portion of your time debugging the code you write. It is an inextricable aspect of software development. Some bugs are easy to find, while others can make you scratch your head.

A proficient developer needs to know how to debug the problems they face along the way efficiently. Becoming familiar with Xcode's debugging tools and workflows is an aspect developers often overlook because you already know how to use Xcode. Right?

Xcode ships with various debugging tools that can make your life easier and less frustrating. Believe me when I say that debugging can be frustrating. Knowing where to start and which tools to use can make a world of difference.

In this course, we explore the debugging tools Xcode ships with. You learn to read stack traces, use breakpoints, and interact with the LLDB debugger that powers the Xcode debugger under the hood.