Hi! I would like to know, if executables generated with clang++, can be debugged with gdb without any problems or if I have to use the LLDB debugger for this purpose. I just want to play around with some new C++11 features, compile the code for a 64 bit linux system (amd64) and debug the compiled code. Regards, Kevin