0
I was using gdb in Linux but now I have switched to Mac and read that lldb is the alternative to gdb in Apple devices. However, I'm getting an error when I try to use lldb (I also tried gdb but it does not recognize the files as executable). When I try to use it I get the following errors: sanad@Sanads-MBP ~/Desktop/cppLab lldb ./a.out ✔ 623 01:43:54 (lldb) target create "./a.out" Traceback (most recent call last): File "", line 1, in File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 98, in import six ImportError: No module named six Traceback (most recent call last): File "", line 1, in NameError: name 'run_one_line' is not defined Traceback (most recent c...