<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 4, 2014 at 6:46 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
does someone know how to use [0], now that errors are trapped by the<br>
error reporting system? I tried setting to "never send error reports"<br>
but I cannot trigger an error in the console.<br>
<br>
[0] <a href="https://wiki.phpmyadmin.net/pma/JS_Debugging" target="_blank">https://wiki.phpmyadmin.net/pma/JS_Debugging</a><br>
<br>
--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a> | <a href="http://phpmyadmin.net" target="_blank">http://phpmyadmin.net</a></blockquote><div><br></div><div>Hi Marc,</div><div> </div><div>A better approach to [0] in Chrome is to insert "debugger;" (without quotes) right before the line you want to set the break point and have developer console opened while the JS is being executed. The execution will break at the "debugger;" point and you can debug there after. </div>
</div><div><br></div>-- <br>Thanks and Regards,<div><br></div><div>Madhura Jayaratne<br><div><br></div></div>
</div></div>