| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@nodejs/inspector PTAL |
Sorry, something went wrong.
Original commit message: inspector: added Debugger.setInstrumentationBreakpoint method There are two possible type: - scriptParsed - breakpoint for any script, - scriptWithSourceMapParsed - breakpoint for script with sourceMappingURL. When one of the breakpoints is set then for each matched script we add breakpoint on call to top level function of that script. Node: nodejs#24687
|
This commit adds a method that is required to provide better-debugging experience for scripts with source maps by different IDE, e.g. VSCode. If we backport it to Node 12, we can get this support in VSCode faster. At the same time, this commit only adds the minor feature to protocol and does not change anything around, so the risk that it breaks something is minimal. |
Sorry, something went wrong.
|
V8 backport which includes this commit is coming: #28955 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Original commit message:
Issue: #24687
Checklist