Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dongyuwei/2d49f23d33294e0032e9a82babc0a399 to your computer and use it in GitHub Desktop.
Save dongyuwei/2d49f23d33294e0032e9a82babc0a399 to your computer and use it in GitHub Desktop.
vscode launch setting for node-chakracore-time-travel-debugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Time-Travel Live",
"type": "node-chakracore-time-travel-debugger",
"request": "launch",
"program": "${workspaceFolder}/test.js",
"cwd": "${workspaceFolder}"
}
]
}
@dongyuwei
Copy link
Author

then just add debugger in target program(eg: test.js)

@dongyuwei
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment