Mapping LotusScript with Profiler
Bookmark :
Have you ever inherited an application that has a lot of undocumented LotusScript?
I have quite often
I Then need to make code changes to said application, but have no clue how all the LotusScript is tied together. That is where Profiler comes in
( read more...)
When you launch Profiler there are three options
For normal LotusScript Profiling you would select Function and Line profiling. But for this exercise we would only select Entry points.
Execute the code and click on the Profiler icon again. you will see the results as below:
This simple example shows you the subs/functions that the action button used.