Ask Your Question
2

When the app is run, why do the breakpoints in Xcode 14 turn into outlines instead of resolving?

asked 2021-04-09 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-05-06 22:00:00 +0000

qstack gravatar image

This could be due to a few different reasons, including:

  1. The code has been optimized or stripped during the build process, which can make it harder for the debugger to accurately jump to breakpoints.

  2. There may be a mismatch between the version of Xcode and the version of the operating system or SDK that you are using.

  3. The debugger may be encountering errors or exceptions that are preventing it from resolving the breakpoints.

To troubleshoot this issue, you can try the following:

  1. Check that the breakpoints are properly set and active.

  2. Reset the Simulator or device that you're using to run the app.

  3. Clean and rebuild the project.

  4. Verify that there are no issues with the code, such as syntax errors or missing imports.

  5. Check the Xcode and OS version compatibility.

If none of these solutions work, you may need to seek help from the Xcode community or Apple support.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-09 11:00:00 +0000

Seen: 11 times

Last updated: May 06 '21