Search code examples
xcodebreakpoints

Accidentally included a breakpoint - how do I undo my mistake? (thread 1: breakpoint 1.1)


Whenever I try to run my code for my sign up view controller, I am brought back to my code in which they are displaying there is a breakpoint. I've pressed command + 7, the blue line was on the 34th line:

ref = FIRDatabase.database().reference() userStorage = storage.child("users")}

^ Can anyone help me resolve this issue?


Solution

  • In Xcode find the blue chevron-icon for the relevant break-point you want to delete in the code. Hovering over the blue icon with your mouse simply control-click and then select 'delete breakpoint'.