I need the suggestion and tips on error debugging system,
Actually I am working on a complex system which involves processing of orders. I want to be able to debug this application easily if anything goes wrong after I make it life.
What I a thinking that I will save log of each any every stage where system do some important process on system. All these information will be saved on the text file and then later I can run the process which will import the data from the text file to database.
I would really appreciate if you guys can give me some suggestion and advice about how should I handle this situation
Thanks
Start Free Trial