Why my AppCode cannot find "Drop Frame" button and "Dump" button when debugging?
Drop Frame : Interrupts execution and returns to the initial point of method execution. In the process, it drops the current method frames from the stack.
Dump: Dump the threads statement
This is Appcode help page:https://www.jetbrains.com/help/objc/2017.1/debug-tool-window.html?utm_medium=help_link&utm_source=from_product&utm_campaign=OC&utm_content=2017.1#debugtoolbar
[Sorry I am poor in English,my question may be difficult to understand] [enter image description here]1