Cannot break on jquery.validate callbacks
问题 I'm using Firefox/Firebug, trying to step through some of the jquery.validate() callbacks. Why do breakpoints on the below // Breakpoint lines not trigger upon clicking the submit button? <!DOCTYPE html> <head> <script type="text/javascript" src="/library/scripts/lib/jquery-1.7.2.js"></script> <script type="text/javascript" src="/Scripts/jquery.validate.js"></script> <script type="text/javascript" src="/Scripts/jquery.validate.unobtrusive.js"></script> </head> <body> <form action="/" method=