Code Story Viewer
Please note that Quokka’s Code Story Viewer feature is available in VS Code only.
Quokka’s Code Story Viewer 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 while trying to understand the execution of your code.
Once Quokka has started on a file, the Code Story can be launched using the View Code Story
command. The View Code Story
command will start also Quokka’s Time Machine if it is not already started. The Code Story can also be launched
using the View Code Story
code lens in the Quokka output header code lens after starting the Time Machine. Quokka’s
Time Machine features are also fully available when a Code Story is displayed.