From 392355e35989e52a5967aec02cc1181b08d2db91 Mon Sep 17 00:00:00 2001 From: snare Date: Fri, 19 Aug 2016 00:10:26 +1000 Subject: [PATCH] FAQ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ded9843..14161d4 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ FAQ **Q.** Why do the views just say "Connection refused"? -**A.** Due to a limitation in the GDB API, Voltron starts and stops the webserver when the inferior starts and stops when running with GDB. Set a breakpoint and run the inferior, and the views will connect and update upon the breakpoint being hit. +**A.** When running with GDB, Voltron starts and stops the webserver when the inferior starts and stops, due to a limitation in the GDB API. Set a breakpoint and run the inferior, and the views will connect and update upon the breakpoint being hit. Bugs and Errata ---------------