mirror of https://github.com/snare/voltron.git
FAQ
This commit is contained in:
parent
fd0ba6af17
commit
392355e359
|
@ -119,7 +119,7 @@ FAQ
|
||||||
|
|
||||||
**Q.** Why do the views just say "Connection refused"?
|
**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
|
Bugs and Errata
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue