summaryrefslogtreecommitdiff
path: root/tutorial/Tutorial.md
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2015-02-20 13:01:36 -0800
committerAndy Zhou <azhou@nicira.com>2015-02-22 16:59:03 -0800
commit4b814d41b816dc868590646d594ce701d3e13211 (patch)
tree6c9db0aa945388d4b9656115dce501ac7f5766f4 /tutorial/Tutorial.md
parent4cf272aaf6bc18cb87931c4487095ec1372a0ffd (diff)
downloadopenvswitch-4b814d41b816dc868590646d594ce701d3e13211.tar.gz
ovs-sandbox: Add -d option to run ovsdb-server under GDB
Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tutorial/Tutorial.md')
-rw-r--r--tutorial/Tutorial.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorial/Tutorial.md b/tutorial/Tutorial.md
index d9e800475..1d8bbf5ec 100644
--- a/tutorial/Tutorial.md
+++ b/tutorial/Tutorial.md
@@ -115,7 +115,8 @@ GDB can already be used to debug any running process, with the usual
'ovs-sandbox' also has a '-g' option for launching ovs-vswitchd under GDB.
This option can be handy for setting break points before ovs-vswitchd runs,
-or for catching early segfaults.
+or for catching early segfaults. Similarly, a '-d' option can be used to
+run ovsdb-server under GDB. Both options can be specified at the same time.
To avoid GDB mangling with the sandbox sub shell terminal, 'ovs-sandbox'
starts a new xterm to run each GDB session. For systems that do not support