11-26-2013 10:15 AM
In CVI 2013/2013f1, putting the cursor on a routine name and pressing Ctrl-I or right-clicking and selecting "Go To Definition" will sometimes jump to the routine's function prototype in a header file instead of the actual function code in a source file.
11-26-2013 10:21 AM
When do you generate your browsing info? (Options / Environment / Source Code Browse Information)
May be this happens if the browsing info is not up to date?
11-26-2013 10:25 AM
I have this set to "on edit". I assume this is the default since I've never changed this setting.
11-27-2013 08:05 AM
Hello richferrara!
Althoug you have the browsing information generation policy set to 'On edit' in the Environment settings, depending on how large your project and source code layout, this can easily happen, because if CVI doesn't find a definition for the function in your current active project, it will try to place the cursor to the function prototype instead. There are several cases in which this can happen:
If none of the above apply, please send us a description of your exact project layout:
Thank you!