|
This thing is often used when the program is adapted. Third-party jar packages are often used in our programs. When tracking and debugging, these third-party classes may need to be tracked. If there is no matching source code, they cannot be tracked. So eclipse allows you to specify the source path. At the same time, when editing a file, we often hold down ctrl and click the left button on a variable to enter the source code function. This also requires setting the source code location of third-party code. |
|