xcode5 - Can I make Xcode recognize LLDB breakpoints I created outside of Xcode? -


if create breakpoint using xcode's breakpoint navigator (cmd-7), , invoke lldb debugger, can see breakpoints in debugger using lldb command breakpoints list. however, if create breakpoint using lldb debugger directly, instance doing breakpoint set --name 'viewdidload', not see new breakpoint reflected in xcode. similarly, if enable/disable breakpoints lldb directly, not reflected in xcode.

in other words, seems xcode not see lldb breakpoints did not create. xcode not faithful interface lldb.

this seems quite busted. there way tell xcode refresh understanding of lldb, picks changes lldb's breakpoint configurations made directly?

there not way yet. if able so, please file bug @ bugreporter.apple.com. bug duped, bugs votes features , 1 hasn't gotten done yet because far there's been more important in front of on stack.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -