debugging - Eclipse find source file from library -
for debugging helpful read library's source code. when pointing @ library function want inspect , opening context menu , click on 'open declaration' in own written code have @ corresponding header file.
how show corresponding source/cpp file in eclipse? if search file in source folders (using os tools) can't use eclipse methods 'open call hierarchy', so, won't satisfying solution. thanks.
you can tell debugger find source files. in run or debug configurations dialog, there source tab when select particular configuration. that's can specify so-called source containers. more details, see eclipse cdt page.
Comments
Post a Comment