Visualizing method of source code level program structure
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- ZHEJIANG UNIV
- Publication Date
- 2010-02-17
- Estimated Expiration
- Not applicable Β· inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
Technical field
[0001] The invention belongs to the field of computer technology, and relates to a method for visualizing program structure at source code level, in particular to an analysis of debugging information carried by intermediate expressions generated by a compiler, and the program structure is graphically displayed at the source code level. Show the implementation method. Background technique
[0002] The visualization method of the program structure is to display the logical structure of the program in a graphical manner. The logical structure of the program mainly includes two categories: control relations and data relations. The control relationship mainly refers to the control flow graph within the function and the calling relationship between functions, and the data relationship mainly refers to the data flow graph within the function. The visualization method of program structure can display the logical structure of the program in an intuitive way such as graph...