Hello there,
In my last posting I left you with the statement “ It’s not just used for bugs in released software ”
Maybe it is stating the obvious but debugging is very much part of the software developers’ day to day activity: -
Debugging can be used when writing new software to gain a better understanding of the existing software and how it needs to interact with new code that you are building
It’s part of the unit testing process when you test newly written code
It’s even of use when...(read more)
↧