From d7a144bcf8e9e42dcecfde5f96ff5fbbb828d6b9 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 21 Mar 2019 11:22:53 +0300 Subject: [PATCH] troubleshoot.rst: replace --command-template with --gdb and --valgrind --- doc/manual/source/troubleshoot.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/troubleshoot.rst b/doc/manual/source/troubleshoot.rst index c198eb5f9..5e8d24850 100644 --- a/doc/manual/source/troubleshoot.rst +++ b/doc/manual/source/troubleshoot.rst @@ -35,7 +35,7 @@ closely, try running it under the `gdb debugger .. sourcecode:: bash - $ ./waf --run tcp-point-to-point --command-template="gdb %s" + $ ./waf --run tcp-point-to-point --gdb Entering directory '/home/tomh/ns-3-nsc/build' Compilation finished successfully GNU gdb Red Hat Linux (6.3.0.0-1.134.fc5rh) @@ -84,4 +84,4 @@ Sometimes you may need to use the `valgrind memory checker `_ for more subtle errors. Again, you invoke the use of valgrind similarly:: - $ ./waf --run tcp-point-to-point --command-template="valgrind %s" + $ ./waf --run tcp-point-to-point --valgrind