Subroutine listing

General discussion on mikroBasic PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
arco
Posts: 312
Joined: 15 Apr 2008 13:54
Location: The Netherlands

Subroutine listing

#1 Post by arco » 12 Feb 2019 17:26

With Ctrl-L you can get a sub/function list. But that only gives sub/functions that are actually in the main source file.
For subs/functions in included files, you have to search all of them to see where the wanted sub/function is located.
Isn't there a way to show a sub/functionlist of all used subs/functions, either in main or included file?
Would work a lot easier if you have a lot of includes...
Regards,

Peter.

User avatar
filip.grujcic
Posts: 822
Joined: 14 May 2018 08:34

Re: Subroutine listing

#2 Post by filip.grujcic » 13 Feb 2019 17:18

Hello,

I'm afraid it's not possible to see functions from other files using CTRL + L.
There are two things you could do that are somewhat similar. While focused on the main .c file, you could click on Externs (in the Code explorer window in the upper left corner) to expand it and see all externs there, however this will show everything and not just functions.
Another thing is, you could go to Statistics window CTRL ALT S and click on Functions tree and there you could see all functions and the file which they are located in.
These are the only things that come to mind.
I apologize for the inconvenience.

Kind regards,
Filip Grujcic

Post Reply

Return to “mikroBasic PRO for dsPIC30/33 and PIC24 General”