๐Ÿ“ฆ hediet / vscode-delorean-js-debug

โ˜… 11 stars โ‘‚ 0 forks ๐Ÿ‘ 11 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/hediet/vscode-delorean-js-debug.git
HTTPS git clone https://github.com/hediet/vscode-delorean-js-debug.git
SSH git clone git@github.com:hediet/vscode-delorean-js-debug.git
CLI gh repo clone hediet/vscode-delorean-js-debug
Henning Dieterichs Henning Dieterichs update ec02bf0 7 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ demo
๐Ÿ“ docs
๐Ÿ“ extension
๐Ÿ“ node-cli
๐Ÿ“ recording
๐Ÿ“ sourcemap
๐Ÿ“ transformer
๐Ÿ“ webview
๐Ÿ“„ .gitignore
๐Ÿ“„ .prettierrc.json
๐Ÿ“„ globalThis.js
๐Ÿ“„ LICENSE.md
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

DeLorean JS Debug: Step Back In (Pure) Functions

Demo

See README.md of the demo project.

Usage

See README.md of the extension.

Debug Visualizer

This extension works nicely with the Debug Visualizer extension:

See also

Replay.io for a fully featured time travel debugging solution.

Recording

  • Module Id
  • Function Id
  • Block Id

Stretch Goals

  • CLI to record NodeJS execution
  • node-record my-script.ts
  • Should transform js (and fix sourcemap)
  • Step through recording
  • Stack view
  • Step Over/In/Out/Back on actual source
  • VS Code extension start/stop recording