diff options
author | onefang | 2019-07-04 16:32:27 +1000 |
---|---|---|
committer | onefang | 2019-07-04 16:32:27 +1000 |
commit | f6510fcfb80a1c4e87b2817b1dfad40152001414 (patch) | |
tree | 55c21820bfe35526f3c878f708ea5891f4c8c485 | |
parent | Properly combine Robust.ini path. (diff) | |
download | opensim-SC-f6510fcfb80a1c4e87b2817b1dfad40152001414.zip opensim-SC-f6510fcfb80a1c4e87b2817b1dfad40152001414.tar.gz opensim-SC-f6510fcfb80a1c4e87b2817b1dfad40152001414.tar.bz2 opensim-SC-f6510fcfb80a1c4e87b2817b1dfad40152001414.tar.xz |
Comment++ about the DebuggerSafe config option.
-rw-r--r-- | bin/OpenSimDefaults.ini | 1 |
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 |