jQuery makes extensive use of lambda functions wherever a function should be passed to another function. But Visual Studio 2008 will not evaluate breakpoints set inside the JavaScript lambda function. Does anyone know of a workaround for this other than specifying an explicit function name and passing that jQuery function?
try using firebug .
Insert a debugger into your function.
$.get('http://...').on('data', function(data) { debugger; } );
Source: https://habr.com/ru/post/1791372/More articles:Mac OS, Java Splash - javajQTouch and PhoneGap - iphonePHP array array Select using - phpCan I use lambda expressions in jQuery? - javascriptMVC 3 with forms and lists: the default binder and editor - asp.net-mvcГде предложение в левом соединении использует коррелированный запрос? - sqlGalaxy Tablet Browser Detection / Detection - javascriptThe site is similar to Ruby Quiz, but for PHP? - phpHow to sum columns in a list with text fields - pythonHow to use Django MarkUp template templates with Google App Engine WebApp Framework - google-app-engineAll Articles