Generate a Reverse Call Graph for PowerBuilder

Refer to this article for Reverse Call graphs definition and usages.

  • Select a PowerBuilder method or a Database Object.
    This will be the starting point of your Graph.
    Select PB Method or Object for Reverse Call Graph
  • In the navigation bar, Click on [Impact Analysis - Reverse Call Graph]
    Reverse Call Graph Button
  • The result is displayed as a treeview.
    If you select an item, references to callees are highlighted in its code.

    Example 1:

    Reverse Call Graph Button

    Example 2:

    Reverse Call Graph Button
This example shows a Stored Procedure called by a Datawindow, a PowerBuilder clicked event, and another stored Procedure (“ProductsByCustomer”). This second procedure is called itself by another clicked event.

 

See Also

Visual Expert 2021, PowerBuilder, Code Analysis, Impact Analysis, Cross References