5

Is it possible to ignore own or specified files or folders when stepping in the debug tool ? So it will not go into library and such.

Edit: This question is about Visual studio CODE, not standard VS.

Robert Brax
  • 6,508
  • 12
  • 40
  • 69
  • Can you clarify: You want to set breakpoints in certain files/folders, but then have it ignore those breakpoints without disabling them? – Tobiah Zarlez Mar 04 '16 at 17:13
  • No, I want to set breakpoints in my own created code files, and have the debug steps ignore the library files such as the ones in node_modules. This options exists in standard VisualStudio and is called "Just My Code" i think – Robert Brax Mar 04 '16 at 17:15

2 Answers2

1

We have already a feature request for this: https://github.com/Microsoft/vscode/issues/3215

Andre Weinand
  • 1,907
  • 11
  • 8
0

March 2016 - This is not available in VS Code right now

Its an excellent feature request.

Wade Anderson
  • 2,461
  • 1
  • 20
  • 22