Ad Code

Good clues, Easy Bugs explain this term.

Good clues, Easy Bugs explain this term.



Good clues, Easy Bugs
.........Get A Stack Trace
................In the debugging process a stack trace is a very useful tool. Following stack trace information may help in debugging process.

  • Source line numbers in stack trace is the single, most useful piece of debugging information.
  • After that, values of arguments are important..........Are the values improbable (zero, very large, negative, character strings with non-alphabetic characters?
  • Debuggers can be used to display values of local or global variables...........These give additional information about what went wrong.

Reactions

Post a Comment

0 Comments