Skip to content

Commit 384f7f4

Browse files
Doc update
1 parent c493250 commit 384f7f4

File tree

182 files changed

+238390
-410281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+238390
-410281
lines changed

docs/404.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11637,6 +11637,7 @@
1163711637
.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
1163811638
.highlight .gd { color: #A00000 } /* Generic.Deleted */
1163911639
.highlight .ge { font-style: italic } /* Generic.Emph */
11640+
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
1164011641
.highlight .gr { color: #E40000 } /* Generic.Error */
1164111642
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
1164211643
.highlight .gi { color: #008400 } /* Generic.Inserted */
@@ -11902,6 +11903,7 @@
1190211903
<li><a href="/html/StatisticalDebugger.html">Statistical Debugging</a></li>
1190311904
<li><a href="/html/DynamicInvariants.html">Mining Function Specifications</a></li>
1190411905
<li><a href="/html/DDSetDebugger.html">Generalizing Failure Circumstances</a></li>
11906+
<li><a href="/html/Alhazen.html">Learning from Failures <strong class="new_chapter">&bull;</strong></a></li>
1190511907
<li><a href="/html/PerformanceDebugger.html">Debugging Performance Issues</a></li>
1190611908
</ul><li class="has-sub"><a href="/html/06_Repairing.html" class="chapters"><span class="part_number">VI</span> Automatic Repair <i class="fa fa-fw fa-caret-right"></i></a>
1190711909
<ul>
@@ -12004,6 +12006,7 @@
1200412006
<li><a href="/html/StatisticalDebugger.html">Statistical Debugging</a></li>
1200512007
<li><a href="/html/DynamicInvariants.html">Mining Function Specifications</a></li>
1200612008
<li><a href="/html/DDSetDebugger.html">Generalizing Failure Circumstances</a></li>
12009+
<li><a href="/html/Alhazen.html">Learning from Failures <strong class="new_chapter">&bull;</strong></a></li>
1200712010
<li><a href="/html/PerformanceDebugger.html">Debugging Performance Issues</a></li>
1200812011
</ul><li class="has-sub"><a href="/html/06_Repairing.html" class="chapters"><span class="part_number">VI</span> Automatic Repair <i class="fa fa-fw fa-caret-right"></i></a>
1200912012
<ul>
@@ -12121,7 +12124,7 @@
1212112124

1212212125
<div class="output_subarea output_stream output_stderr output_text">
1212312126
<pre>Traceback (most recent call last):
12124-
File &#34;/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_1042/1830731544.py&#34;, line 4, in &lt;cell line: 3&gt;
12127+
File &#34;/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_4590/1830731544.py&#34;, line 4, in &lt;module&gt;
1212512128
raise NotFoundError
1212612129
NotFoundError: &#39;404&#39; (expected)
1212712130
</pre>

docs/code/01_Intro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "Part I: Whetting Your Appetite" - a chapter of "The Debugging Book"
55
# Web site: https://www.debuggingbook.org/html/01_Intro.html
6-
# Last change: 2024-11-09 17:09:40+01:00
6+
# Last change: 2025-01-07 12:04:24+01:00
77
#
88
# Copyright (c) 2021-2023 CISPA Helmholtz Center for Information Security
99
# Copyright (c) 2018-2020 Saarland University, authors, and contributors

docs/code/02_Observing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "Part II: Observing Executions" - a chapter of "The Debugging Book"
55
# Web site: https://www.debuggingbook.org/html/02_Observing.html
6-
# Last change: 2024-11-09 17:10:09+01:00
6+
# Last change: 2025-01-07 12:04:46+01:00
77
#
88
# Copyright (c) 2021-2023 CISPA Helmholtz Center for Information Security
99
# Copyright (c) 2018-2020 Saarland University, authors, and contributors

docs/code/03_Dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "Part III: Flows and Dependencies" - a chapter of "The Debugging Book"
55
# Web site: https://www.debuggingbook.org/html/03_Dependencies.html
6-
# Last change: 2024-11-09 17:10:53+01:00
6+
# Last change: 2025-01-07 12:05:17+01:00
77
#
88
# Copyright (c) 2021-2023 CISPA Helmholtz Center for Information Security
99
# Copyright (c) 2018-2020 Saarland University, authors, and contributors

docs/code/04_Reducing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "Part IV: Reducing Failure Causes" - a chapter of "The Debugging Book"
55
# Web site: https://www.debuggingbook.org/html/04_Reducing.html
6-
# Last change: 2024-11-09 17:11:25+01:00
6+
# Last change: 2025-01-07 12:05:43+01:00
77
#
88
# Copyright (c) 2021-2023 CISPA Helmholtz Center for Information Security
99
# Copyright (c) 2018-2020 Saarland University, authors, and contributors

docs/code/05_Abstracting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "Part V: Abstracting Failures" - a chapter of "The Debugging Book"
55
# Web site: https://www.debuggingbook.org/html/05_Abstracting.html
6-
# Last change: 2024-11-09 17:11:59+01:00
6+
# Last change: 2025-01-07 12:06:10+01:00
77
#
88
# Copyright (c) 2021-2023 CISPA Helmholtz Center for Information Security
99
# Copyright (c) 2018-2020 Saarland University, authors, and contributors

docs/code/06_Repairing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "Part VI: Automatic Repair" - a chapter of "The Debugging Book"
55
# Web site: https://www.debuggingbook.org/html/06_Repairing.html
6-
# Last change: 2024-11-09 17:13:01+01:00
6+
# Last change: 2025-01-07 12:12:30+01:00
77
#
88
# Copyright (c) 2021-2023 CISPA Helmholtz Center for Information Security
99
# Copyright (c) 2018-2020 Saarland University, authors, and contributors

docs/code/07_In_the_Large.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "Part VII: Debugging in the Large" - a chapter of "The Debugging Book"
55
# Web site: https://www.debuggingbook.org/html/07_In_the_Large.html
6-
# Last change: 2024-11-09 17:13:12+01:00
6+
# Last change: 2025-01-07 12:13:32+01:00
77
#
88
# Copyright (c) 2021-2023 CISPA Helmholtz Center for Information Security
99
# Copyright (c) 2018-2020 Saarland University, authors, and contributors

docs/code/99_Appendices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "Appendices" - a chapter of "The Debugging Book"
55
# Web site: https://www.debuggingbook.org/html/99_Appendices.html
6-
# Last change: 2024-11-09 17:27:48+01:00
6+
# Last change: 2025-01-07 13:39:02+01:00
77
#
88
# Copyright (c) 2021-2023 CISPA Helmholtz Center for Information Security
99
# Copyright (c) 2018-2020 Saarland University, authors, and contributors

0 commit comments

Comments
 (0)