DEV Community

Tony.Rese5
Tony.Rese5

Posted on

Debugging

When will you use breakpoints?

A- Breakpoints placed within your code where it will pause so that you can inspect the program for any bugging issues.

Why would you change the iOS simulator?

A- The reason you'd change the iOS simulator is to make sure the bugs are fixed within all device and aren't localized to one iOS.

Top comments (0)