1

I'm facing with a Xcode problem. I have some breakpoints, and when I run my project, all the breakpoints are automatically expanded.

See this pic:

breakpoints expanded

How can I tell Xcode to NOT expand them ?

jscs
  • 63,694
  • 13
  • 151
  • 195
Jimmy James
  • 825
  • 12
  • 28

1 Answers1

0

Looks like you have selected "Show only enabled breakpoint" button under breakpoint. Unselect the button to collapse the breakpoint.

See the image below.

Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49