[tor-commits] [chutney/master] Enable Debugging of chutney-launched tor nodes

nickm at torproject.org nickm at torproject.org
Wed Oct 8 19:54:44 UTC 2014


commit 1836b7244e53031217667e4d43159f520a496ef6
Author: teor <teor2345 at gmail.com>
Date:   Thu Oct 2 00:30:43 2014 +1000

    Enable Debugging of chutney-launched tor nodes
    
    Set DisableDebuggerAttachment to 0, because if you're running a
    test network, you might actually want to use a debugger on tor.
---
 torrc_templates/common.i |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torrc_templates/common.i b/torrc_templates/common.i
index 2b5e4fa..42eebc4 100644
--- a/torrc_templates/common.i
+++ b/torrc_templates/common.i
@@ -9,5 +9,5 @@ Log notice file ${dir}/notice.log
 Log info file ${dir}/info.log
 ProtocolWarnings 1
 SafeLogging 0
+DisableDebuggerAttachment 0
 ${authorities}
-





More information about the tor-commits mailing list