From 44849f9ea4aeb6bc24598aba9a3b922a507a7677 Mon Sep 17 00:00:00 2001 From: ailu Date: Tue, 6 Sep 2016 17:57:49 +0200 Subject: [PATCH] doc: fixed debug-transport arguments --- doc/debug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debug.rst b/doc/debug.rst index c15cabe..52b07e5 100644 --- a/doc/debug.rst +++ b/doc/debug.rst @@ -50,7 +50,7 @@ And a new process is created for the next test: Connect your remote debugger to this test with ``remote target localhost:1234`` and run the test with ``continue`` -To use a different port use ``--debug --debug-transport=`` +To use a different port use ``--debug --debug-transport=:`` .. _coverage-ref: