Tag: debugging
All the articles with the tag "debugging".
-
Debugging Running Containers
exec, logs, inspect, cp, attach — the toolkit for understanding what's happening inside a container without rebuilding it.
-
Finding When Code Appeared or Disappeared with Git Pickaxe
How to use git log -S and -G to trace exactly when a string or pattern was added, removed, or changed across the entire history of a repository.
-
Finding Regressions Automatically with git bisect
How git bisect uses binary search to identify the exact commit that introduced a bug — and how to fully automate the process with git bisect run.
-
Git Blame Beyond the Basics
The flags that make git blame genuinely useful: line ranges, copy detection across files, whitespace-aware attribution, and output formatting for scripts.
-
Git Features Worth Knowing: A Practical Index
A curated map of underused git features grouped by the situations where they matter most — debugging regressions, reviewing code, managing history, handling large repos, and shipping releases.