-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Ability to avoid certain modules/files/folders during debugging process - "smart code stepping" #6245
Comments
@MarkPieszak VS Code 1.1 supports something like this already: see section "Smart code stepping" in https://code.visualstudio.com/updates#_nodejs-debugging |
Thanks @weinand I'm looking at it right now, you guys are one step ahead of me, glad it's at least in the works! 👍 I'll close this out since it's already on your guys radar. |
@MarkPieszak let's keep this feature request open until your scenario is actually supported... |
Sounds good to me, I can keep testing it as features get released as well. |
@MarkPieszak great! I'll let you know. |
just to keep things connected: #3215 |
This feature has been implemented in November 2016. |
Could it be possible to blacklist certain modules (let's say given libraries within
node_modules
from showing up during the Step Over / In / Out debugging process?For example, let's say Library -Z- is a common one through out your Node application, but it's very low-level, it would be incredible to have some sort of Flag to say "Skip during debugging process" for the entire (lets say) folder, that way you could continue (F10 etc) and never end up in those files / locations.
Just an idea, I'm not sure how feasible it is.
The text was updated successfully, but these errors were encountered: