Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to understand, This part of debugging

Whenever I am debug my code I always facing this screen. How to understand this screen? Is it useful to us.

enter image description here

like image 353
iDeveloper Avatar asked Mar 11 '23 00:03

iDeveloper


1 Answers

To get the human-readable version of the error try to write this line in debug area po $arg1 or po $rax

Or add this line to Exception Breakpoint enter image description here

The great article for this by link https://www.natashatherobot.com/xcode-debugging-trick/

like image 100
iSashok Avatar answered Mar 16 '23 00:03

iSashok