From: Wolfgang Bangerth Date: Tue, 9 Aug 2011 14:29:06 +0000 (+0000) Subject: Fix wording. X-Git-Tag: v8.0.0~3726 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28cf1a6af59ebe1ac328e8069e0cae6764f85782;p=dealii.git Fix wording. git-svn-id: https://svn.dealii.org/trunk@24042 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/doc/results.dox b/deal.II/examples/step-1/doc/results.dox index 756c67a271..595a388fa6 100644 --- a/deal.II/examples/step-1/doc/results.dox +++ b/deal.II/examples/step-1/doc/results.dox @@ -70,7 +70,8 @@ bugs with a debugger is much faster, much more convenient, and more reliable because you don't have to recompile the program all the time and because you can inspect the values of variables and how they change. -Rather than postponing learning how to use a debugger, here's the one piece of +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 Questions (FAQ) page linked to from the top-level