PangYiMing/dsh-bisect-debug

Plugin ⭐ 1 MIT codingdeveloper-tools

DSH plugin: bisect bugs (code / boundary / commit) — 二分法定位 bug 根因

Install

范围里有 N 个候选(函数/组件/中间件/import)
→ 注释掉后半 N/2 个
→ bug 消失 → 根因在被注释的后半里,继续二分后半
→ bug 还在 → 根因在前半里,继续二分前半
→ 反复直到缩小到具体函数/具体行

Add PangYiMing/dsh-bisect-debug to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.