javascript - Intellij debugging ignore files -
intellij idea (14.1.4) has option ignore javascript files when debugging. option can found within: settings > build, execution, deployment > debugger > stepping
i've added following file ignore:
backbone.js
i've ticked box ignore library scripts. when stepping complex expression still drop me backbone.js. specifying incorrectly or bug in ide?
edit:
including screen shot of settings.
here example line send debugger backbone.js during step into:
hostscollection = new hostscollection(this.model.get('hostcell').get('hosts'), { availablehostingplans: this.availablehostingplans });
since backbone.js ignored should stepping on line instead of into.
Comments
Post a Comment