Binary-search a runtime bug
Last updated
For a large script:
Preserve a copy/commit.
Reproduce the issue reliably.
Disable half of the relevant call path with a temporary gate.
Test whether the issue remains.
Repeat until one subsystem or writer remains.
Restore surrounding code and fix the actual ownership/order bug.
Use line comments for temporary disabling when blocks already contain /* */ comments.
Last updated

