I am new to this whole javascript development. I am debugging in chrome developer tools, I know that F11 will step into the function, but what am doing is clicking F10 so I can just go over my code and see what happens. But what happens is that the debugger always go to jquery file, and then I have to go back to my file, put a breakpoint then click F8 to go back to my file.
How do I step through the code in my file, without being transferred into jquery code inside jquery.js file?
any help would be apreciated.