The default is break on all thrown exceptions, and that makes stepping over require very slow. For require('azure'), it takes about 60 secs to step over it. It takes about 1 sec if break on exception is off.
Comments: This was fix with changes to the way we continue stepping, improving per for this scenario by an order of magnitude.
Comments: This was fix with changes to the way we continue stepping, improving per for this scenario by an order of magnitude.