<s>
A	O
debugging	B-Architecture
pattern	I-Architecture
describes	O
a	O
generic	O
set	O
of	O
steps	O
to	O
rectify	O
or	O
correct	O
a	O
bug	B-Error_Name
within	O
a	O
software	O
system	O
.	O
</s>
<s>
It	O
is	O
a	O
solution	O
to	O
a	O
recurring	O
problem	O
that	O
is	O
related	O
to	O
a	O
particular	O
bug	B-Error_Name
or	O
type	O
of	O
bug	B-Error_Name
in	O
a	O
specific	O
context	O
.	O
</s>
<s>
A	O
bug	B-Error_Name
pattern	O
is	O
a	O
particular	O
type	O
of	O
pattern	O
.	O
</s>
<s>
Some	O
examples	O
of	O
debugging	B-Architecture
patterns	I-Architecture
include	O
:	O
</s>
<s>
Eliminate	O
noise	O
bug	B-Error_Name
pattern	O
–	O
Isolate	O
and	O
expose	O
a	O
particular	O
bug	B-Error_Name
by	O
eliminating	O
all	O
other	O
noise	O
in	O
the	O
system	O
.	O
</s>
<s>
Recurring	O
bug	B-Error_Name
pattern	O
–	O
Expose	O
a	O
bug	B-Error_Name
via	O
a	O
unit	O
test	O
.	O
</s>
<s>
This	O
ensure	O
that	O
the	O
bug	B-Error_Name
will	O
not	O
recur	O
.	O
</s>
<s>
Time-specific	O
bug	B-Error_Name
pattern	O
–	O
Expose	O
the	O
bug	B-Error_Name
by	O
writing	O
a	O
continuous	O
test	O
that	O
runs	O
continuously	O
and	O
fails	O
when	O
an	O
expected	O
error	O
occurs	O
.	O
</s>
<s>
This	O
is	O
useful	O
for	O
transient	O
bugs	B-Error_Name
.	O
</s>
