How to debug Xcode application?

I actually have one simple question for the Apple company.

How do I understand the problem in the program and solve it as soon as possible to write a program for M1 chips?)

Breakpoints do not work and this makes the software migration process difficult and to some extent impossible.


How do I understand the problem in the program and solve it as soon as possible to write a program for M1 chips?

What is the link between debug and M1 ?

Breakpoints do not work

It depends what you want to do for debug…
I set breakpoints and when starting and running it doesn't stop at them and I can not catch any output, what could be the problem?

I set breakpoints and when starting and running it doesn't stop at
them and I can not catch any output, what could be the problem?

What sort of program are you creating? A standard app?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
How to debug Xcode application?
 
 
Q