When I loaded html file that contains javascript code by using the following code
$("#containerId").load("@Url.Action("ActionName")");
I couldn't find it in the chrome source tab I find out chrome renames js-loaded file to something like "VM27123" that the number changed by every refresh and chrome does not show these files in search result
so how can I find them and set breakpoint on it?