Page 1 of 1

Macos debugging problems

Posted: Sat Jan 27, 2024 2:46 am
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.