Slowbug

Slowbug

Debug your code in slow-mo!

2 followers

Slowbug is a VS Code extension for debugging your code in slow-mo! Slowbug makes it possible to see how the control flows through the code by running it slowly, at your preferred speed, line by line. I find it handy when working on a new codebase.
Slowbug gallery image
Launch Team

What do you think? …

Srimukh Sripada
Hey Product Hunt, a very warm 2021! ✨ I noticed that often, when working on a new codebase at work, I end up adding too many breakpoints, and it quickly becomes tedious to step through the code and understand the flow. I needed a way to watch the program run slowly - slow enough for me to see every line it executes. Slowbug aims to solve that by running the code at your preferred speed, line by line. It is a VS Code extension that simply automates the stepping function of a debugger. Slowbug is agnostic to languages and debuggers since it issues commands directly to the VS Code workbench.