What's New (Page 2 of 4)

Logpoints for JetBrains IDEs

17 Oct 2023

Quokka Pro for JetBrains editors now supports Logpoints, allowing you to use breakpoints to log values. Logpoints allow you to display the value of any expression without modifying your code, simply by placing a breakpoint next to the expression you want to log.

Read more

Class and Function Logpoints for VS Code

23 Aug 2023

Quokka Pro for VS Code adds support for Class and Function Logpoints, a really useful improvement to the recently-added Logpoints feature. These logpoints can be used to quickly visualize runtime values within classes and functions by logging all lines within them.


Logpoints for VS Code

03 Aug 2023

Quokka Pro for VS Code now supports Logpoints, allowing breakpoints to be used to log values. Logpoints allow you to display the value of any expression without modifying your code, by simply placing a breakpoint next to the expression you want to log.

Read more

Vite-node Runtime

22 Nov 2022

Quokka now supports vite-node as a runtime environment, which allows projects using vite to run your Quokka file (and any imports) with your project’s Vite resolvers and transformers.


Show Line Value(s) / Timing(s)

29 Jun 2022

Quokka for VS Code and JetBrains editors has two new commands, Show Line Value(s) and Show Line Timing(s). Simply select the line(s) of code and use the commands to see the values or execution times.


Codeclip - share a recording of your code execution and output

05 May 2022

Quokka’s new Share feature allows you to share code that you run with Quokka, as well as its output and time machine recording. Check out our example at Codeclip.io.

Read more

Code Stories for VS Code

26 Jan 2022

For VS Code, Quokka’s new Code Story feature (for Quokka Pro) provides a unique and highly efficient way of inspecting what your code is doing in a single continuous view. The viewer is fully integrated with Quokka’s Time Machine, which means you can simply select a variable or expression to see its runtime value. Seeing the executed code displayed in a single continuous view really cuts down on context switching that you may experience in a traditional debugger experience.

Read more

JavaScript and TypeScript Time Machine for VS Code

17 Nov 2021

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.

Read more

VS Code - Improved Output Highlighting

06 Aug 2021

Previously Quokka would highlight all logged values in Output pane with the same color. For large objects or arrays this could make it slightly hard to read. Quokka now recognizes built-in types such as strings / numbers / objects / arrays and highlights them accordingly. In addition, we minimized the number of hidden characters in the output to make select & copy process easier.


Support for Monorepos

18 Jun 2021

Quokka now supports running from root-level monorepos and projects with nested packages. If you start Quokka on an existing file within a nested package, then Quokka will automatically run in the context of the nested package.