Set a breakpoint

Set a breakpoint in Visual Studio Code — with two ready prompts: the immediate one, and the one that makes it stick.

2prompt heights
Open it in the interactive atlas →

2 ready prompts

Written for the moment this actually comes up.

Execute — do the immediate task

+
Set a breakpoint on the current line in the file I'm editing so the next debug session will pause…
Set a breakpoint on the current line in the file I'm editing so the next debug session will pause there. Add the breakpoint even if the file is unsaved and mark it as active; if the file is not part of any launch config, still set the UI marker and show whether the breakpoint is bound. Ladder L1

Improve — make it easier to accept

+
Before I add a breakpoint, surface issues that would make it pointless: warn if the file is…
Before I add a breakpoint, surface issues that would make it pointless: warn if the file is generated, if source maps don't match, or if the running process uses a different build. If valid, suggest conditional or logpoint options and a quick note to explain why I placed the breakpoint for future me. Ladder L2

Next to this one

Other code editor work people do in Visual Studio Code.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.