I am trying to debug C ++ code in Xcode 4.5 on iOS by running the application on connected iPad 2.
I set a regular breakpoint on my code, and when I hit it, I look at my local variables, click on the variable and select "Watch xxxxx".
The lldb console shows:
Error: Failed to create watchpoint for m_step
The same result if I try to install it manually in the console using the command:
wsv xxxxx
I get:
Error: Wathpoint creation failed (addr = 0x ..... size = 4) Error: sending the gdb watchpoint package failed
I am running a debug configuration using LLDB. Any clue, is there anything else I should check?
EDIT : here are my settings:



source share