From: Wolfgang Bangerth Date: Mon, 21 May 2018 12:49:18 +0000 (+0800) Subject: Add a reference to a video about debugging to step-1. X-Git-Tag: v9.1.0-rc1~1095^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192a7e09bbc7a04fa6db274bdb31f2219b2fddd5;p=dealii.git Add a reference to a video about debugging to step-1. --- diff --git a/examples/step-1/doc/results.dox b/examples/step-1/doc/results.dox index 8a1f31d3b7..438b1473c3 100644 --- a/examples/step-1/doc/results.dox +++ b/examples/step-1/doc/results.dox @@ -86,7 +86,8 @@ can inspect the values of variables and how they change. Rather than postponing learning how to use a debugger till you really can't see any other way to find a bug, here's the one piece of advice we will provide in this program: learn how to use a debugger as soon as -possible. It will be time well invested. The deal.II Frequently Asked +possible. It will be time well invested. +(@dealiiVideoLectureSeeAlso{25}) The deal.II Frequently Asked Questions (FAQ) page linked to from the top-level deal.II webpage also provides a good number of hints on debugging deal.II programs.