Use of Source Insight source code reading tool

1. Introduction (What?)

  • Source Insight is a program editor and code reading tool for project development
  • Source Insight is a code reading software with a wide range of applications

Second, the benefits (Why?)

  • Source Insight can analyze your source code while you edit, provide you with useful information and analyze it immediately;
  • Source Insight is to use it to read the program and read it in vc, but it does not need to have a vc project, nor can it be compiled;
  • Source Insight can automatically give the function call relationship in the program according to the level.
  • efficient

Three, how to use (How)

1. Download and install

  • Official website download: https://www.sourceinsight.com/download/
    insert image description here

  • After downloading: Si35Setup.exe
    insert image description here
    insert image description here

  • After the installation is successful, the Source Insight3.5 version needs to use the serial number:

    Sn:	SI3US-032434-64929
        SI3US-197497-65898
        SI3US-567890-89293
    

    insert image description here

  • success
    insert image description here


2. New construction

3. Use - JAVA source code

4. Use - Android related source code (os/fw/app )

Guess you like

Origin blog.csdn.net/oZiJing/article/details/118693703