javascript - webstorm debugging - do not step into scripts -


new webstorm , trying configure upcoming project. want exclude library files when debugging (version 10).

i have debugger connecting site running on chrome, served local instance of nginx. have used settings >> build, execution , deployment >> debugger >> stepping set paths of files don't want step into. have tried relative paths, absolute paths , the http url paths. no matter try, debugger seems step library code.

is there trick this? can @ least confirm feature working them?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -