Hello,
I'm trying to debug the project with lldb, but the project does not run properly when I run in debug mode. Is there anything I can do?
In VSCode and Xcode, first it shows this error
And then keeps showing this one infinitely, and does not run the app.
In the end, on VSCode, I can just run the project without debugging, but on Xcode I can't do that easily. Is there anything I can do?
GDB is not an option since I'm on an M1 Mac.
Hello,
I'm trying to debug the project with lldb, but the project does not run properly when I run in debug mode. Is there anything I can do?
In VSCode and Xcode, first it shows this error
And then keeps showing this one infinitely, and does not run the app.
In the end, on VSCode, I can just run the project without debugging, but on Xcode I can't do that easily. Is there anything I can do?
GDB is not an option since I'm on an M1 Mac.