aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authoronefang2019-07-04 16:32:27 +1000
committeronefang2019-07-04 16:32:27 +1000
commitf6510fcfb80a1c4e87b2817b1dfad40152001414 (patch)
tree55c21820bfe35526f3c878f708ea5891f4c8c485 /bin
parentProperly combine Robust.ini path. (diff)
downloadopensim-SC_OLD-f6510fcfb80a1c4e87b2817b1dfad40152001414.zip
opensim-SC_OLD-f6510fcfb80a1c4e87b2817b1dfad40152001414.tar.gz
opensim-SC_OLD-f6510fcfb80a1c4e87b2817b1dfad40152001414.tar.bz2
opensim-SC_OLD-f6510fcfb80a1c4e87b2817b1dfad40152001414.tar.xz
Comment++ about the DebuggerSafe config option.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 551f276..6c8d393 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -2044,6 +2044,7 @@
2044 CompileWithDebugInformation = true 2044 CompileWithDebugInformation = true
2045 2045
2046 ; Don't include stack traces in silly threat level errors, and don't bother with "OSSL Runtime Error: " either. 2046 ; Don't include stack traces in silly threat level errors, and don't bother with "OSSL Runtime Error: " either.
2047 ; On the other hand, having this true stops the official OpenSim OhSilly detection script from working.
2047 DebuggerSafe = true 2048 DebuggerSafe = true
2048 2049
2049 ; Allow the user of mod* functions. This allows a script to pass messages 2050 ; Allow the user of mod* functions. This allows a script to pass messages