Xcode debugger does not print the object, also without displaying error messages

I am using Xcode 5.1.1, my debugger accepts an object when I try to print them, but do not print it. Also an error message is not displayed.

I checked all the answers listed for one similar question here , but did not find any such error in the xcode setup.

Accepting object

After adding an exception breakpoint

Can someone tell me where else do I need to check?

+4
source share
1 answer

After checking all the buttons in the debugger window, a button is found at the bottom (by default, “All outputs” is selected), a pop-up drop-down menu when we click on it.

" ", . " " " " , /, po variable/object.

Solution

+11

All Articles