debugger-report:当调试器打开不正确的文件时,用于在VS Code中重现错误的程序包

时间:2024-05-20 02:06:45
【文件属性】:

文件名称:debugger-report:当调试器打开不正确的文件时,用于在VS Code中重现错误的程序包

文件大小:140KB

文件格式:ZIP

更新时间:2024-05-20 02:06:45

JavaScript

调试器报告 debugger-report是一个Node.js程序包,用于在调试器打开不正确的文件时重现VS Code中的错误。 重现步骤 克隆存储库。 git clone https://github.com/artdecocode/debugger-report.git code debugger-report 打开test/spec/index.js并设置断点和第15行。 按F5 ,等待调试器启动。 它将在第15行的src/index.js文件中暂停,而不是在test/spec/index.js暂停。 (c)2018


【文件预览】:
debugger-report-master
----.gitignore(914B)
----README.md(567B)
----CHANGELOG.md(117B)
----test()
--------fixture()
--------context()
--------spec()
----.vscode()
--------launch.json(721B)
----LICENSE(1KB)
----documentary()
--------index.md(513B)
--------footer.md(54B)
----.eslintrc(27B)
----package.json(1KB)
----src()
--------index.js(479B)
----.babelrc(443B)
----build()
--------index.js.map(830B)
--------index.js(622B)
----example()
--------example.js(101B)
--------index.js(127B)
----appshot-debugger1.gif(115KB)
----.eslintignore(6B)
----.npmignore(883B)
----yarn.lock(54KB)

网友评论