In such a situation after a lot of discussion some one told lets debug to the production code via possible tool sets available.
- Database log entry
- Error logs
- Windows log
- Check on the versions deployed
- Internet Explore Debugger’s tool
Below mentioned is the definition of debugging from Wikipedia:
Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected
Thus the problem we had in hand could be resolved by a simple process of debugging. Some times in the panic situation we loose our cool. Thus forgetting about the techniques we use in computer engineering. In our case Internet Explore Debugger’s tool helps us to step into JavaScript line by line debugging. Thus finding the exact line in which the error occurred.
Happy Debuging!!!