You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/index.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"cell_type": "markdown",
5
5
"metadata": {},
6
6
"source": [
7
-
"# About this Book\n",
7
+
"# The Debugging Book\n",
8
8
"\n",
9
9
"__Welcome to \"The Debugging Book\"!__ \n",
10
10
"Software has bugs, and finding bugs can involve lots of effort. This book addresses this problem by _automating_ software debugging, specifically by _locating errors and their causes automatically_. Recent years have seen the development of novel techniques that lead to dramatic improvements in automated software debugging. They now are mature enough to be assembled in a book – even with executable code. \n",
0 commit comments