I am tasked with implementing Google Website Call Tracking. After writing code in an Unobtrusive JavaScript Library, I realized the Team did not have a live toll-free phone number with which to test my code. Knowing how I would have written the call tracking library, I guessed that there was probably some way to debug or test code in this scenario. I carefully read through the minified code, utilizing the Chrome Developer Tools and the Pretty Print functionality. I even set a few break points to ......