You have accidentally sent this email to me personally, not to the mail group.
---------- Forwarded message ----------
From:
David McInerney <dynam...@gmail.com>
Date: Tue, Oct 2, 2012 at 3:03 PM
Subject: Re: [Chrome DevTools] Chrome Javascript debugging console not breaking
To: Vsevolod Vlasov <
vse...@google.com>
Hi Vsevolod,
Thanks for getting back to me. I am very grateful.
I will do my best to provide you with more info.
My browser is Chrome Version 22.0.1229.79 m.
There is now URL to the site as for now it's just some internal coding.
I will attach a code snipid.
I would like to break inside in this function (I have set my breakpoint to the line with the alert) so that I can see what is available to me at that point.
function exportQueryResultsToExcel () {
alert ("start - exportQueryResultsToExcel");
var selectedReportIndex = document.getElementById("whichReportID").selectedIndex;
}