Method for tracking internal call chain of java program by inserting code
A technology of call chain and code, which is applied in the field of java call chain tracking, can solve problems such as high debugging cost, slow problem location, difficulty in familiarizing business logic, etc., and achieves the effect of less intrusion and fast loading speed
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0022] Example 1, such as figure 1 , figure 2 As shown, the present invention provides a method for tracking the internal call chain of a java program by inserting code, which mainly solves the problems of difficult familiarity with business logic, high debugging cost and slow problem location when the java program has complex method call logic question.
[0023] It includes invocation start, business method 1 start, business method 1-1 start, business method 1-1 end, business method 1 end, call end,
[0024] Insert pointcut 1 after the start of the call and before the start of business method 1;
[0025] Insert pointcut 2 after the end of business method 1 and before the end of the call;
[0026] Insert pointcut 3 after pointcut 1 and before business method 1 starts, and after business method 1 starts and before business method 1-1 starts;
[0027] Insert cut point 4 after the end of business method 1-1 and before the end of business method 1, and after the end of busine...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 

