Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Google Chrome: Debugging AJAX call

I have a button on my razor page which loads a javascript file that I need to debug into. But I can not set a breakpoint there since the file does not exist in the list, on the Chrome debugger.

How do I get that file to load so I can set the debugger?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Chrome has a pretty print feature...
thanks
link to the full version of library, refresh the page and repeat what I posted above...

why do you need to debug libraries :)

they are used by millions normally, and you should not debug those libraries...

instead focus on your code...
The code is ours and has a bug...

It was minified so I an now seeing the if the data view. I may be posting another question shortly.
if your code is yours, then link to non minified/debug version and debug...
then fix it, minify, and put it back...