Home > Back-end >  Java for any good debugging tools?
Java for any good debugging tools?

Time:09-16

I think a good debugging tool is this: to run a Java application again later, the program is running track of the number of rows in order, such as the program is running order is 1,2,4,5,4,5 line, then running after every line, record all the variable values in the program, including the member variables in the class variables and functions

CodePudding user response:

Best marked which variables are changed, which variables are added
  • Related