From: David Wells
- Configuring GDB to use multiple sets of pretty printers (i.e., sets of pretty
- printers from deal.II as well as other projects) takes a
- little more work. The recommended procedure is
+ Configuring GDB to use multiple sets of pretty-printers (i.e., sets of
+ pretty-printers from deal.II as well as other projects)
+ takes a little more work. The recommended procedure is
Setting up GDB for deal.II and other sets of printers
-
- Use a similar procedure on other pretty printing files (which should
- also be located in .gdbscripts
in your home directory, and this is the
choice assumed for the rest of this demonstration.
@@ -78,11 +78,11 @@ end
import deal
executes the code necessary to enable the deal.II
- pretty printers (it loads the file created in the last step).
+ pretty-printers (it loads the file created in the last step).
.gdbfiles/
) to set up any other pretty
- printing code.
+ Use a similar procedure on other pretty-printing files (which should also be
+ located in .gdbscripts/
) to set up any other pretty-printing
+ code.