Hi,
I like to debug Javascript and PHP at the same time.
So I have created a runconfiguration for debugging JavaScript.
But there is on big Problem: I'm using jquery - and when I debug an go step-by-step, then I will come into the jquery.min.js.
I don't want to debut jquery.js :-)
Is ther a easy way to exclude files from debug in javascript in my project?
cu