Macos debugging problems

General questions regarding the usage of CodeLite
willliamford35
CodeLite Enthusiast
Posts: 22
Joined: Sun Nov 27, 2022 1:37 am
Genuine User: Yes
IDE Question: C++
Contact:

Macos debugging problems

Post by willliamford35 »

On MaOS debugging using lldb frequently brings up assembly language code that I have no idea how to deal with. I continue the debugger once or twice, and I am back to normal debugging. This happens when I enter data into a dialog. If I have, say, 3 wxTextCtrls to enter data into, assembly language appears as soon as I enter a key in a control. Because of this, I go to CodeLite on linux where I can use gdb for debugging.