wolverine
wolverine

Reputation: 309

How to disable this window in Xcode?

When i try to put breakpoints in any of my files, suddenly this window pops up. Whatever I try, its not letting me continue the operations? What is this? And how can I disable this window?

enter image description here

Upvotes: 0

Views: 131

Answers (2)

Narayana Rao Routhu
Narayana Rao Routhu

Reputation: 6323

Double click on any break point then you will get one window in that window select all break points(command+A) then press delete key.

Upvotes: 1

Daniel Albert
Daniel Albert

Reputation: 757

Try disabling all breakpoints. Just click on "Breakpoints" button and this disables all of them.

Upvotes: 2

Related Questions