Hello,
I've encountered a scenario where Xcode breakpoints are not behaving as expected. I want to:
1) Create a shared breakpoint in a Swift closure
2) Print out a value using LLDB
3) Automatically continue execution after hitting the breakpoint
What I observe is that Xcode not only ignores the "Automatically continue execution" setting in the breakpoint, it actually overwrites the file on disk to remove this option.
I have put together a very simple example app demonstrating this issue: https://github.com/tspike/xcode-breakpoint-issue
Is this a bug?
Thanks,
Tres
I've encountered a scenario where Xcode breakpoints are not behaving as expected. I want to:
1) Create a shared breakpoint in a Swift closure
2) Print out a value using LLDB
3) Automatically continue execution after hitting the breakpoint
What I observe is that Xcode not only ignores the "Automatically continue execution" setting in the breakpoint, it actually overwrites the file on disk to remove this option.
I have put together a very simple example app demonstrating this issue: https://github.com/tspike/xcode-breakpoint-issue
Is this a bug?
Thanks,
Tres