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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -