Xcode 5.0 error "Error sending gdb watchpoint packet"

I am developing applications for ios and new bie for Xcode.

I tried to set the watchpoint on a global variable. What I've done -

  • I saved a breakpoint in the boot method and ran.
  • In the debug area, I selected all the variables that also list the variable I want to see.
  • Right click on the var that I want to look at and select the clock.

but this does not seem to work. This gives me "sending gdb watchpoint packet failed . Can any plz help me?

Is something wrong with my flow? Please advice.

+4
source share
1 answer

, , . , - (wdl-ol), () (AU, VST...). .

LLVM ( " C/++/ Objective-C", "Apple LLVM 7.0" ), " C" ( Apple LLVM 7.0 - ", ) , " GNU99 ". " Compiler Default " .

, - Xcode.

+2

Source: https://habr.com/ru/post/1538050/


All Articles