as in the title is there a way in Xcode to Add Watch or Inspect a code segment in Xcode
for example how can I see the result of [myObject aMethod] with actually stepping
To actually see the value change while you step through, you can right click the watch list of the debug area and choose "Add Expression..."