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. intellij 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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -