mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
CPP-9477 debugger: Add registry value to control number of composite value children
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user