On Thursday February 26 2015 16:22:48 Alexander von Below wrote: > Hello, > > the core of my issue is that I can not step into my code (which is a library > produced by some CMake wizzardry). When I do a lookup with lldb, this is what > I get:
Did you build that library yourself, and did you ensure it was built with debug information? Also, did you leave its build directory in place (I often see error messages about the object files related to code being loaded in lldb, which I never saw with gdb). R. _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev