CPP-9477 debugger: Add registry value to control number of composite value children

This commit is contained in:
Eldar Abusalimov
2017-04-09 21:02:36 +03:00
parent ce18a5898d
commit e5ddd95495
@@ -869,6 +869,10 @@ cidr.debugger.timeout.load.description=GDB timeout for loading and starting a ta
Increase this value, if your application loads a lot of shared libraries.
cidr.debugger.timeout.evaluate=30000
cidr.debugger.timeout.evaluate.description=GDB timeout for evaluating expressions and executing console commands.
cidr.debugger.value.maxChildren=100
cidr.debugger.value.maxChildren.description=Number of children of a composite variable or watch value shown by default.\n\
Increasing this value may lead to timeouts during evaluation.
cidr.show.compiler.info=false
cidr.show.clangtidy.info=false
@@ -1092,4 +1096,4 @@ performance.watcher.unresponsive.max.attempts.before.log=5
performance.watcher.unresponsive.max.attempts.before.log.description=If the product is unresponsive for performance.watcher.unresponsive.max.attempts.before.log * performance.watcher.sampling.interval.ms, dump threads every performance.watcher.sampling.interval.ms
performance.watcher.sampling.interval.ms=1000
performance.watcher.sampling.interval.ms.description=If the product is unresponsive for performance.watcher.unresponsive.max.attempts.before.log * performance.watcher.sampling.interval.ms, dump threads every performance.watcher.sampling.interval.ms
performance.watcher.sampling.interval.ms.description=If the product is unresponsive for performance.watcher.unresponsive.max.attempts.before.log * performance.watcher.sampling.interval.ms, dump threads every performance.watcher.sampling.interval.ms