I need to put a breakpoint and step through a dynamic library source file that my executable is using. But when I do "open source", I only see the header files of the dynamic library. Anyone know why the .c files aren't there? Thanks.
edit: Both the library and executable is compiled in debug.
edit: Both the library and executable is compiled in debug.