JavaScript and TypeScript Time Machine for VS Code

  17 Nov 2021   1 min read

We are thrilled to announce the latest big Quokka feature - Time Machine for JavaScript and TypeScript. The time machine provides a turn-key ergonomic time travel debugging experience, including auto play mode, that unlike a general purpose debugger was built for quick experimentation and instant feedback loop.

The time machine can be started from any line of code with a single click, there are no special steps to perform to start using it, even breakpoints are optional.

You can step forward and backward through your code to understand the conditions that led to a specific behaviour.

To inspect the runtime value of a variable, you may simply select it.

In addition to Quokka Community time machine features, Quokka Pro allows you to edit your code and continue your debug session with the modified changes.