slowbugSlowbug is a VS Code extension for debugging your code in slow-mo! What?The idea is simple. Make it possible to see how the control flows through the code. I noticed that often, I end up inserting too many breakpoints, and find it tedious to step through and understand the flow when working on a new codebase. Slowbug aims to solve that by executing the code slowly, at your preferred speed, line by line. Slowbug is agnostic to languages and debug adapters since it issues commands directly to the VS Code workbench. UsageYou can install Slowbug from VS Code Marketplace. Since Slowbug does not rely on any specific debuggers, it does not automatically
generate a To launch Slowbug, press the slowmo play button. Slowbug starts stepping through
the code at a default pace of 800ms. The speed can be configured in
The functionality right now is minimal. Upcoming features
ContributingYou're welcome to add features and raise issues. LicenseMIT License |