Debugger stops for an unknown reason (Swift - iOS application) #1070
Unanswered
wojciech-kulik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using codelldb to debug iOS applicatons (with the help of my plugin xcodebuild.nvim).
However, in one of my projects, every time I start the app for debugging, it is stopped for some unknown reason and I have to run "continue". The same happens when I try debugging tests. This is what I get:
I discovered that I can reproduce it every time while running debugger for this test:
It looks like the creation of
UILabel
is causing the problem.If I run the project in Xcode, the debugger doesn't stop.
Any idea how to diagnose the problem?
Beta Was this translation helpful? Give feedback.
All reactions