There’s a known bug that this warning doesn’t check whether the breakpoint has commands or conditions before warning. If you want to track this issue, file a bug on it and I’ll dup it to the bug I have in hand.
If the breakpoint is hit during expression evaluation, you can do: (lldb) expo -i 0 — url.URLByResolvingSymlinksInPath and we will stop at the breakpoint that is getting hit in the course of your expression evaluation. Then just disable that breakpoint while running expressions. Otherwise, you can just try disabling the breakpoints to figure out which it is. Jim > On Dec 11, 2015, at 12:04 AM, Rick Mann <[email protected]> wrote: > > This is with the latest Xcode 7.2, on a device running iOS 9.1: > > (lldb) po url.URLByResolvingSymlinksInPath > Warning: hit breakpoint while running function, skipping commands and > conditions to prevent recursion.Warning: hit breakpoint while running > function, skipping commands and conditions to prevent recursion.Warning: hit > breakpoint while running function, skipping commands and conditions to > prevent recursion.Warning: hit breakpoint while running function, skipping > commands and conditions to prevent recursion.Warning: hit breakpoint while > running function, skipping commands and conditions to prevent > recursion.Warning: hit breakpoint while running function, skipping commands > and conditions to prevent recursion.Warning: hit breakpoint while running > function, skipping commands and conditions to prevent recursion.Warning: hit > breakpoint while running function, skipping commands and conditions to > prevent recursion.Warning: hit breakpoint while running function, skipping > commands and conditions to prevent recursion.Warning: hit breakpoint while > running function, skipping commands and conditions to prevent > recursion.Warning: hit breakpoint while running function, skipping commands > and conditions to prevent recursion.Warning: hit breakpoint while running > function, skipping commands and conditions to prevent recursion.Warning: hit > breakpoint while running function, skipping commands and conditions to > prevent recursion.Warning: hit breakpoint while running function, skipping > commands and conditions to prevent recursion.Warning: hit breakpoint while > running function, skipping commands and conditions to prevent > recursion.Warning: hit breakpoint while running function, skipping commands > and conditions to prevent recursion.Warning: hit breakpoint while running > function, skipping commands and conditions to prevent recursion.Warning: hit > breakpoint while running function, skipping commands and conditions to > prevent recursion.Warning: hit breakpoint while running function, skipping > commands and conditions to prevent recursion.Warning: hit breakpoint while > running function, skipping commands and conditions to prevent > recursion.Warning: hit breakpoint while > > -- > Rick Mann > [email protected] > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Xcode-users mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/xcode-users/jingham%40apple.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
