Remove experiment note
This commit is contained in:
Родитель
e87f8b7e2f
Коммит
884f90068c
|
@ -135,7 +135,7 @@ See our wiki page for some configured example apps: [Examples](https://github.co
|
|||
```
|
||||
If you set `sourceMapPathOverrides` in your launch config, that will override these defaults. `${workspaceRoot}` and `${webRoot}` can be used here. If you aren't sure what the left side should be, you can use the `.scripts` command (details below). You can also use the `diagnosticLogging`/`verboseDiagnosticLogging` options to see the contents of the sourcemap, or look at the paths of the sources in Chrome DevTools, or open your `.js.map` file and check the values manually.
|
||||
|
||||
* `skipFiles`: An array of names of folders/files to skip when debugging. For example, if you set `"skipFiles": ["jquery.js"]`, then you will skip any file named 'jquery.js' when stepping through your code. You also won't break on exceptions thrown from 'jquery.js'. This works the same as "blackboxing scripts" in Chrome DevTools. Note that this is just an experiment at the moment. The supported formats are:
|
||||
* `skipFiles`: An array of names of folders/files to skip when debugging. For example, if you set `"skipFiles": ["jquery.js"]`, then you will skip any file named 'jquery.js' when stepping through your code. You also won't break on exceptions thrown from 'jquery.js'. This works the same as "blackboxing scripts" in Chrome DevTools. The supported formats are:
|
||||
* The name of a file (like `jquery.js`)
|
||||
* The name of a folder, under which to skip all scripts (like `node_modules`)
|
||||
* A path glob, to skip all scripts that match (like `node_modules/react/*.min.js`)
|
||||
|
|
Загрузка…
Ссылка в новой задаче