Selaa lähdekoodia

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.
teor 11 vuotta sitten
vanhempi
commit
1836b7244e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      torrc_templates/common.i

+ 1 - 1
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}
-