EDIT: now it seems that it is not limited to frame info , but it actually works NONE from breakpoint command add commands. They will only work if entered manually at the command prompt (lldb)
I set some breakpoints in LLDB through the Xcode console to learn the class and how it is used in the code.
(lldb) breakpoint set --func-regex "DVLayer"
Breakpoint 7: 73.
(lldb) breakpoint command add 7
Enter the debug command (s). Enter "DONE" to complete.
frame info continue DONE
This works fine in all previous versions of Xcode, returning to Xcode 4. Now, however, all I get is the console instructions and frame information. I tried breakpoint commands on 5 different classes, and it didn't work on any of them ... always this conclusion.
Team # 2 “continue” continued the goal.
Team # 2 “continue” continued the goal.
Team # 2 “continue” continued the goal.
Team # 2 “continue” continued the goal.
Team # 2 “continue” continued the goal.
Team # 2 “continue” continued the goal.
Team # 2 “continue” continued the goal.
Team # 2 “continue” continued the goal.
Team # 2 “continue” continued the goal.
Also note that THIS ONLY SHOULD NOT WORK INSIDE A breakpoint command add
If I just stopped at a breakpoint in LLDB on the command line (lldb), I can type frame info and it works as expected, however, as mentioned above, adding frame info as a break command does not fully output the above.