We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: dany
Last Updated: 2017-05-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 730 times
Not followed.
License: MIT license
Shows, from a selected routine, the following items:
- The parameter
- The (used) local variables
- The unused local variables (eliminated by optimiser)
- The used global variables
- Called routines
For Pic, Pic24 and P32, both mP and mB
Do you want to subscribe in order to receive notifications regarding "Tool: Global variable usage" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Tool: Global variable usage" changes.
Do you want to report abuse regarding "Tool: Global variable usage".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1495786944_tool__global_var_other_other.zip [333.29KB] | Other Compiler |
|
For mP and mB, PIC, P24 and P32.
* Shows, from a selected routine, the following items:
* Shows also which routines use a selected Global variable. IMPORTANT: - Be sure that "Include Source Lines in the Output Files and Generate Listfile, include debug info" is checked in menu Tools -> Options -> Output -> OutputSetting.- The tool is to be started up from within the IDE, it can not be used stand alone. - Compile the project before tool usage.
------------------------------------------------------------------------------------------------------------------------------------
Version 4.2: Errors for P32 and P24 are resolved.