LabWindows/CVI Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
pblase

call tree analysis

Status: New

* It would be nice to have a tool that automatically generated and maintained .fp files for subroutine libraries. Keeping these up to date is a pain.

 

* It would be most helpful to have a subroutine call-tree analyzer tool built into LabWindows. I'm working with a rather elaborate user interface at the moment, and I am totally losing track of what routine calls what. It's especially difficult because I use the "CallCtrlCallback" function quite a bit, especially during initialization, and I'm very afraid of accidentally implementing a recursive loop without realizing it. such a tool would, of course, have to be able to follow through the callback functions of controls, and perhaps into NI libraries that use callbacks.