webstorm debugging - do not step into scripts

343 Views Asked by At

New to WebStorm and trying to configure for an upcoming project. I want to exclude library files when debugging (Version 10).

I have the debugger connecting to the site running on chrome, as it is served by a local instance of nginx. I have used Settings >> Build, Execution and Deployment >> Debugger >> Stepping to set the paths of files I don't want to step into. I have tried relative paths, absolute paths and even the the http url paths. No matter what I try, the debugger always seems to step into library code.

Is there any trick to this? Can anyone at least confirm this feature is working for them?

0

There are 0 best solutions below