On Monday, September 02, 2013 14:13:10 Jacob Carlborg wrote: > On 2013-09-02 07:51, Jonathan M Davis wrote: > > However, my experience with gdb and C++ is also that gdb sucks at it, as > > it > > can't even handle basic stuff like operator overloading. So, I've come to > > the conclusion that the only thing that gdb can handle correctly is > > actual C code, and that if you want to do anything else, you have to > > fight it. But maybe I just suck at using gdb. > > Perhaps you should try LLDB with C++.
I don't think that I've ever heard of lldb. I'll have to check it out. Thanks for the info. - Jonathan M Davis
