不小心包含了一个断点 - 我该如何撤销我的错误? (线程 1:断点 1.1)
Accidentally included a breakpoint - how do I undo my mistake? (thread 1: breakpoint 1.1)
每当我尝试 运行 我的注册视图控制器代码时,我都会回到我的代码,他们在其中显示有一个断点。我按了 command + 7,蓝线在第 34 行:
ref = FIRDatabase.database().reference()
userStorage = storage.child("users")}
^ 谁能帮我解决这个问题?
在 Xcode 中找到您要在代码中删除的相关断点的蓝色 V 形图标。用鼠标将鼠标悬停在蓝色图标上,只需按住 Control 单击,然后单击 select 'delete breakpoint'.
每当我尝试 运行 我的注册视图控制器代码时,我都会回到我的代码,他们在其中显示有一个断点。我按了 command + 7,蓝线在第 34 行:
ref = FIRDatabase.database().reference() userStorage = storage.child("users")}
^ 谁能帮我解决这个问题?
在 Xcode 中找到您要在代码中删除的相关断点的蓝色 V 形图标。用鼠标将鼠标悬停在蓝色图标上,只需按住 Control 单击,然后单击 select 'delete breakpoint'.