Electronics for Building Things · Lesson 32 · Bench Skills & Your First Build

Debugging a Dead Circuit

A calm, systematic method for when it just sits there silent.

Every builder faces the silent breadboard. The difference between frustration and a five-minute fix is method. This lesson gives you a repeatable process so a dead circuit is a puzzle to solve, not a wall to hit. It applies to any project — pedals, sensors, the lot.

The one win You have a step-by-step debugging routine and know the two power tools — voltage checks and signal tracing — that find almost any fault.

The mindset (this is the whole secret)

The master principle, from R.G. Keen's classic guide: you can only debug as far as you understand what each part is supposed to do. If you know the bias node should be 4.5 V, then reading 0 V there is a clue, not a mystery (GEOFEX: Effects Debugging). Your lessons gave you those expectations — debugging is just comparing reality to them.

The routine, in order

  1. Look first. Before any meter: is the op-amp in backwards (pin 1)? An electrolytic cap reversed? A wire in the wrong column? A leg not fully seated? Most faults are visible.
  2. Check power and ground. Measure the supply rail (≈9 V) and confirm ground is truly connected everywhere, including a common ground between guitar, circuit, and amp (Lesson 4). Bad power/ground causes most "totally dead" cases.
  3. Check the DC bias points. Compare each node to what it should read — the 4.5 V virtual ground, the op-amp's pins. A bias way off points right at the broken stage (Lesson 30).
  4. Trace the signal. If power and bias are fine but there's no sound, follow the signal through the circuit and find where it disappears (next section).

Signal tracing & the half-split

To find where the signal dies, you don't check every point — you split the circuit in half. Is the signal present halfway through? If yes, the fault is in the second half; if no, it's in the first. Split again. A few splits pin it down fast.

The audio probe — a $2 superpower Make one: a 0.1 µF capacitor on the tip of a spare cable's signal wire, with an alligator-clip ground. Clip ground to your circuit's ground, run the cable to your amp, and touch the probe along the signal path. You literally hear the signal at each point — clean here, gone there → the fault is right between. The fastest way to trace audio circuits (DIYstompboxes: Simple Circuit Debugging).

The usual suspects (check these first)

Change one thing at a time When you do find a likely fix, change only that and re-test. Changing three things at once means you won't know which mattered — and may add a new fault while removing the old one.

Check yourself

Read this next (primary source) GEOFEX — Guitar Effects Debugging (R.G. Keen) and DIYstompboxes — Simple Circuit Debugging (audio probe).
I'm your teacher — ask me anything. Stuck on a dead circuit? Send me your measured voltages at the rail, bias node, and op-amp pins, plus where the audio probe goes quiet — and I'll help you localize the fault.

See also: Glossary · Bench skills cheat-sheet · Rules of thumb